~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/length/length.cc

  • Committer: Brian Aker
  • Date: 2010-02-19 01:37:43 UTC
  • mfrom: (1273.13.91 build)
  • Revision ID: brian@gaz-20100219013743-367qi0ea1j5vhgzy
Giant merge! Of everything for DD currently.

Show diffs side-by-side

added added

removed removed

Lines of Context:
93
93
  PLUGIN_LICENSE_GPL,
94
94
  initialize, /* Plugin Init */
95
95
  finalize,   /* Plugin Deinit */
96
 
  NULL,   /* status variables */
97
96
  NULL,   /* system variables */
98
97
  NULL    /* config options */
99
98
}