~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/archive/archive_reader.cc

  • Committer: Siddharth Prakash Singh
  • Date: 2010-03-26 19:25:23 UTC
  • mfrom: (1410 drizzle)
  • mto: This revision was merged to the branch mainline in revision 1425.
  • Revision ID: spsneo@spsneo-laptop-20100326192523-ibjlbt1p692vobtj
merging with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
 
35
35
using namespace drizzled;
36
36
 
37
 
bool get_one_option(int optid, const struct my_option *opt, char *argument);
 
37
int get_one_option(int optid, const struct my_option *opt, char *argument);
38
38
 
39
39
static void get_options(int *argc,char * * *argv);
40
40
static void print_version(void);
258
258
  return 0;
259
259
}
260
260
 
261
 
bool get_one_option(int optid, const struct my_option *opt, char *argument)
 
261
int get_one_option(int optid, const struct my_option *opt, char *argument)
262
262
{
263
263
  (void)opt;
264
264
  switch (optid) {