~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/hello_world/hello_world.cc

Merged in some naming things.

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
}
61
61
 
62
62
 
63
 
drizzle_declare_plugin
 
63
DRIZZLE_DECLARE_PLUGIN
64
64
{
65
65
  "hello_world",
66
66
  "1.0",
73
73
  NULL,   /* system variables */
74
74
  NULL    /* config options */
75
75
}
76
 
drizzle_declare_plugin_end;
 
76
DRIZZLE_DECLARE_PLUGIN_END;