~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to extra/mysql_waitpid.cc

  • Committer: Brian Aker
  • Date: 2008-12-02 16:33:43 UTC
  • mfrom: (632.1.19 devel)
  • Revision ID: brian@tangent.org-20081202163343-007ifg17p0lvjga7
Merge from Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
  { 0, 0, 0, 0, 0, 0, GET_NO_ARG, NO_ARG, 0, 0, 0, 0, 0, 0}
45
45
};
46
46
 
47
 
static bool
48
 
get_one_option(int optid, const struct my_option *opt __attribute__((unused)),
49
 
               char *argument __attribute__((unused)))
 
47
extern "C"
 
48
bool get_one_option(int optid, const struct my_option *, char *)
50
49
{
51
50
  switch(optid) {
52
51
  case 'V':