~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to include/my_getopt.h

  • Committer: Stewart Smith
  • Date: 2008-07-09 01:40:54 UTC
  • mfrom: (105 drizzle)
  • mto: This revision was merged to the branch mainline in revision 111.
  • Revision ID: stewart@flamingspork.com-20080709014054-xfgfzirbhqzrzkkj
mergeĀ fromĀ mainline

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
#define GET_ASK_ADDR     128
37
37
#define GET_TYPE_MASK    127
38
38
 
 
39
#include <my_sys.h>
 
40
 
39
41
enum get_opt_arg_type { NO_ARG, OPT_ARG, REQUIRED_ARG };
40
42
 
41
43
struct st_typelib;