~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to extra/my_print_defaults.cc

  • Committer: Brian Aker
  • Date: 2009-02-20 22:48:37 UTC
  • Revision ID: brian@tangent.org-20090220224837-fw5wrf46n4ru3e6a
First pass of stripping uint

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
#include <stdio.h>
29
29
 
30
30
const char *config_file="drizzle";              /* Default config file */
31
 
uint verbose= 0, opt_defaults_file_used= 0;
 
31
uint32_t verbose= 0, opt_defaults_file_used= 0;
32
32
 
33
33
static struct my_option my_long_options[] =
34
34
{