~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzlecheck.cc

  • Committer: Monty Taylor
  • Date: 2009-07-11 02:27:48 UTC
  • mfrom: (1090 staging)
  • mto: This revision was merged to the branch mainline in revision 1092.
  • Revision ID: mordred@inaugust.com-20090711022748-w1vvhs8zrfp69ljk
MergedĀ fromĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
 
30
30
template class vector<string>;
31
31
 
 
32
extern "C"
 
33
bool get_one_option(int optid, const struct my_option *, char *argument);
 
34
 
32
35
/* Exit codes */
33
36
 
34
37
#define EX_USAGE 1
201
204
  my_print_variables(my_long_options);
202
205
} /* usage */
203
206
 
204
 
extern "C"
205
207
bool get_one_option(int optid, const struct my_option *, char *argument)
206
208
{
207
209
  char *endchar= NULL;