~drizzle-developers/drizzle/elliott-release

« back to all changes in this revision

Viewing changes to plugin/hello_events/hello_events.cc

  • Committer: Patrick Crews
  • Date: 2011-02-01 20:33:06 UTC
  • mfrom: (1845.2.288 drizzle)
  • Revision ID: gleebix@gmail.com-20110201203306-mwq2rk0it81tlwxh
Merged Trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
427
427
  N_("An example events Plugin"),
428
428
  PLUGIN_LICENSE_BSD,
429
429
  init,   /* Plugin Init      */
430
 
  NULL, /* system variables */
 
430
  NULL, /* depends */
431
431
  init_options    /* config options   */
432
432
}
433
433
DRIZZLE_DECLARE_PLUGIN_END;