66
66
typedef void (* my_error_reporter) (enum loglevel level, const char *format, ... );
67
67
typedef char ** (*getopt_get_addr_func)(const char *, uint32_t, const struct option *);
69
extern int handle_options (int *argc, char ***argv, const option*, my_get_one_option);
73
70
extern void my_cleanup_options(const struct option *options);
74
71
extern void my_print_help(const struct option *options);
75
72
extern void my_print_variables(const struct option *options);
81
76
bool getopt_compare_strings(const char *s, const char *t, uint32_t length);
83
78
} /* namespace drizzled */