~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin.h

  • Committer: Brian Aker
  • Date: 2010-07-30 06:00:36 UTC
  • mfrom: (1672.2.1 fix-plugin-loading)
  • Revision ID: brian@gaz-20100730060036-m5hatq9ch0eqtyf7
Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
374
374
 
375
375
extern bool plugin_init(module::Registry &registry,
376
376
                        int *argc, char **argv,
377
 
                        bool skip_init,
378
377
                        boost::program_options::options_description &long_options);
 
378
extern void plugin_finalize(module::Registry &registry);
379
379
extern void my_print_help_inc_plugins(option *options,
380
380
                                      boost::program_options::options_description &long_options);
381
381
extern bool plugin_is_ready(const LEX_STRING *name, int type);