~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin.h

  • Committer: Olaf van der Spek
  • Date: 2011-08-04 08:13:04 UTC
  • mfrom: (2384 drizzle)
  • mto: This revision was merged to the branch mainline in revision 2385.
  • Revision ID: olafvdspek@gmail.com-20110804081304-rlejjpvoos17bjdf
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
152
152
extern bool plugin_finalize(module::Registry &registry);
153
153
extern void plugin_startup_window(module::Registry &registry, drizzled::Session &session);
154
154
extern void my_print_help_inc_plugins(option *options);
155
 
extern bool plugin_is_ready(const LEX_STRING *name, int type);
 
155
extern bool plugin_is_ready(const lex_string_t *name, int type);
156
156
extern void plugin_sessionvar_init(Session *session);
157
157
extern void plugin_sessionvar_cleanup(Session *session);
158
158