~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/auth_pam/auth_pam.cc

  • Committer: Toru Maesaka
  • Date: 2009-01-27 05:00:51 UTC
  • mto: (779.3.8 devel)
  • mto: This revision was merged to the branch mainline in revision 816.
  • Revision ID: dev@torum.net-20090127050051-61u80p5munkyi57s
Renamed mysql_declare_plugin to drizzle_declare_plugin

Show diffs side-by-side

added added

removed removed

Lines of Context:
108
108
  return 0;
109
109
}
110
110
 
111
 
mysql_declare_plugin(auth_pam)
 
111
drizzle_declare_plugin(auth_pam)
112
112
{
113
113
  DRIZZLE_AUTH_PLUGIN,
114
114
  "pam",