~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzlecheck.cc

Fixed -Wmissing-declarations

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
203
206
  my_print_variables(my_long_options);
204
207
} /* usage */
205
208
 
206
 
extern "C"
207
209
bool get_one_option(int optid, const struct my_option *, char *argument)
208
210
{
209
211
  char *endchar= NULL;