~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to extra/my_print_defaults.c

  • Committer: Brian Aker
  • Date: 2008-08-09 04:36:27 UTC
  • Revision ID: brian@tangent.org-20080809043627-zory1tydbjboleok
Cleanup of my_bool from extra and libdrizzle

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);