~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/my_getopt.h

  • Committer: Brian Aker
  • Date: 2010-03-26 06:54:35 UTC
  • mfrom: (1393.3.1 drizzle-bug-308381)
  • Revision ID: brian@gir.local-20100326065435-f99s3vr10jgqu18x
Merge Andrew

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
};
72
72
 
73
73
 
74
 
typedef bool (* my_get_one_option) (int, const struct my_option *, char * );
 
74
typedef int (* my_get_one_option) (int, const struct my_option *, char * );
75
75
typedef void (* my_error_reporter) (enum loglevel level, const char *format, ... );
76
76
typedef char ** (*getopt_get_addr_func)(const char *, uint32_t, const struct my_option *);
77
77