~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/resolve_stack_dump.cc

  • Committer: Brian Aker
  • Date: 2009-02-17 00:40:38 UTC
  • mfrom: (873.2.30 devel)
  • Revision ID: brian@tangent.org-20090217004038-ivu0noxx1958wwls
Merge from Monty.

Show diffs side-by-side

added added

removed removed

Lines of Context:
95
95
}
96
96
 
97
97
 
98
 
static bool
99
 
get_one_option(int optid, const struct my_option *,
100
 
               char *)
 
98
extern "C"
 
99
bool get_one_option(int optid, const struct my_option *, char *)
101
100
{
102
101
  switch(optid) {
103
102
  case 'V':