~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to extra/mysql_waitpid.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:
23
23
 
24
24
static const char *VER= "1.1";
25
25
static char *progname;
26
 
static my_bool verbose;
 
26
static bool verbose;
27
27
 
28
28
void usage(void);
29
29