~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to extra/my_print_defaults.c

MergedĀ trunkĀ up.

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
  {0, 0, 0, 0, 0, 0, GET_NO_ARG, NO_ARG, 0, 0, 0, 0, 0, 0}
75
75
};
76
76
 
77
 
static void usage(my_bool version)
 
77
static void usage(bool version)
78
78
{
79
79
  printf("%s  Ver 1.6 for %s at %s\n",my_progname,SYSTEM_TYPE,
80
80
         MACHINE_TYPE);