~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/auth_http/auth_http.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:
183
183
  PLUGIN_LICENSE_GPL,
184
184
  initialize, /* Plugin Init */
185
185
  finalize, /* Plugin Deinit */
186
 
  NULL,   /* status variables */
187
186
  auth_http_system_variables,
188
187
  NULL    /* config options */
189
188
}