~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/my_getopt.h

  • Committer: Siddharth Prakash Singh
  • Date: 2010-03-26 19:25:23 UTC
  • mfrom: (1410 drizzle)
  • mto: This revision was merged to the branch mainline in revision 1425.
  • Revision ID: spsneo@spsneo-laptop-20100326192523-ibjlbt1p692vobtj
merging with trunk

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