~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to include/my_getopt.h

  • Committer: Brian Aker
  • Date: 2008-07-07 16:58:11 UTC
  • mfrom: (77.1.25 codestyle)
  • Revision ID: brian@tangent.org-20080707165811-jfqxacc3436dut4n
Merge from Monty's tree

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;