~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/archive/archive_reader.cc

  • Committer: Monty Taylor
  • Date: 2009-03-31 08:49:15 UTC
  • mto: (971.1.10 mordred)
  • mto: This revision was merged to the branch mainline in revision 971.
  • Revision ID: mordred@inaugust.com-20090331084915-lvpjq5sscxo2hfes
Fixes for Solaris.

Show diffs side-by-side

added added

removed removed

Lines of Context:
230
230
  return 0;
231
231
}
232
232
 
233
 
static bool
 
233
extern "C" bool
234
234
get_one_option(int optid, const struct my_option *opt, char *argument)
235
235
{
236
236
  (void)opt;