~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzledump.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:
44
44
#include <drizzled/error.h>
45
45
 
46
46
using namespace std;
 
47
 
 
48
extern "C"
 
49
bool get_one_option(int optid, const struct my_option *, char *argument);
 
50
 
47
51
/* Exit codes */
48
52
 
49
53
#define EX_USAGE 1
539
543
}
540
544
 
541
545
 
542
 
extern "C"
543
546
bool get_one_option(int optid, const struct my_option *, char *argument)
544
547
{
545
548
  char *endchar= NULL;