~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to extra/my_print_defaults.c

  • Committer: Monty Taylor
  • Date: 2008-07-13 21:40:41 UTC
  • mto: (77.4.1 glibclient-merge)
  • mto: This revision was merged to the branch mainline in revision 153.
  • Revision ID: monty@inaugust.com-20080713214041-e9lci02axh5w1em8
A few remaining my_bool -> bool cleanups.

Show diffs side-by-side

added added

removed removed

Lines of Context:
105
105
#include <help_end.h>
106
106
 
107
107
 
108
 
static my_bool
 
108
static bool
109
109
get_one_option(int optid, const struct my_option *opt __attribute__((unused)),
110
110
               char *argument __attribute__((unused)))
111
111
{