~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/hex_functions/hex_functions.cc

  • Committer: Monty Taylor
  • Date: 2010-02-25 05:06:21 UTC
  • mfrom: (1308 staging)
  • mto: This revision was merged to the branch mainline in revision 1311.
  • Revision ID: mordred@inaugust.com-20100225050621-1vmy8ryyo4s58vsf
Merged trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
193
193
  PLUGIN_LICENSE_GPL,
194
194
  initialize, /* Plugin Init */
195
195
  finalize,   /* Plugin Deinit */
196
 
  NULL,   /* status variables */
197
196
  NULL,   /* system variables */
198
197
  NULL    /* config options */
199
198
}