~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin.h

We've gotten further. Now things sometimes work, but some things aren't
being set properly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
373
373
*/
374
374
 
375
375
extern bool plugin_init(module::Registry &registry,
376
 
                        int *argc, char **argv,
377
376
                        boost::program_options::options_description &long_options);
378
377
extern void plugin_finalize(module::Registry &registry);
379
378
extern void my_print_help_inc_plugins(option *options);