~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzledump.cc

  • Committer: Brian Aker
  • Date: 2009-07-09 19:49:32 UTC
  • mfrom: (1085.1.10 mordred)
  • Revision ID: brian@gaz-20090709194932-o90qfzgk9xem5di1
Merge from Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
#include <drizzled/error.h>
42
42
 
43
43
using namespace std;
 
44
 
 
45
extern "C"
 
46
bool get_one_option(int optid, const struct my_option *, char *argument);
 
47
 
44
48
/* Exit codes */
45
49
 
46
50
#define EX_USAGE 1
538
542
}
539
543
 
540
544
 
541
 
extern "C"
542
545
bool get_one_option(int optid, const struct my_option *, char *argument)
543
546
{
544
547
  char *endchar= NULL;