71
71
typedef char ** (*getopt_get_addr_func)(const char *, uint32_t, const struct my_option *);
73
73
extern char *disabled_my_option;
75
74
extern bool my_getopt_skip_unknown;
76
75
extern my_error_reporter my_getopt_error_reporter;
79
77
extern int handle_options (int *argc, char ***argv,
80
78
const struct my_option *longopts, my_get_one_option);
81
79
extern void my_cleanup_options(const struct my_option *options);
82
80
extern void my_print_help(const struct my_option *options);
83
81
extern void my_print_variables(const struct my_option *options);
86
83
uint64_t getopt_ull_limit_value(uint64_t num, const struct my_option *optp,