~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/auth_pam/auth_pam.cc

Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
160
160
  PLUGIN_LICENSE_GPL,
161
161
  initialize, /* Plugin Init */
162
162
  finalize, /* Plugin Deinit */
163
 
  NULL,   /* status variables */
164
163
  NULL,   /* system variables */
165
164
  NULL    /* config options */
166
165
}