~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:54:41 UTC
  • mto: This revision was merged to the branch mainline in revision 1179.
  • Revision ID: stewart@flamingspork.com-20091008135441-s1hth24xmkybo3kh
remove my_getopt_print_errors, it was always set to true anyway.

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
typedef char ** (*getopt_get_addr_func)(const char *, uint32_t, const struct my_option *);
72
72
 
73
73
extern char *disabled_my_option;
74
 
extern bool my_getopt_print_errors;
75
74
extern bool my_getopt_skip_unknown;
76
75
extern my_error_reporter my_getopt_error_reporter;
77
76