72
70
void *app_type; /* To be used by an application */
75
74
typedef bool (* my_get_one_option) (int, const struct my_option *, char * );
76
75
typedef void (* my_error_reporter) (enum loglevel level, const char *format, ... );
77
76
typedef char ** (*getopt_get_addr_func)(const char *, uint32_t, const struct my_option *);