~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_getopt.h

  • Committer: Stewart Smith
  • Date: 2009-10-08 13:55:36 UTC
  • mto: This revision was merged to the branch mainline in revision 1179.
  • Revision ID: stewart@flamingspork.com-20091008135536-y6hq1lphy464pqk8
remove unused my_getopt_register_get_addr()

Show diffs side-by-side

added added

removed removed

Lines of Context:
79
79
extern void my_cleanup_options(const struct my_option *options);
80
80
extern void my_print_help(const struct my_option *options);
81
81
extern void my_print_variables(const struct my_option *options);
82
 
extern void my_getopt_register_get_addr(getopt_get_addr_func func_addr);
83
82
 
84
83
uint64_t getopt_ull_limit_value(uint64_t num, const struct my_option *optp,
85
84
                                 bool *fix);