~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin.h

  • Committer: Brian Aker
  • Date: 2011-07-25 14:24:19 UTC
  • mto: This revision was merged to the branch mainline in revision 2373.
  • Revision ID: brian@tangent.org-20110725142419-3vobv9u6k7jp4qej
Remove the typedef on lexkey

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