~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/authentication.h

  • Committer: Brian Aker
  • Date: 2008-10-20 04:28:21 UTC
  • mto: (492.3.21 drizzle-clean-code)
  • mto: This revision was merged to the branch mainline in revision 530.
  • Revision ID: brian@tangent.org-20081020042821-rqqdrccuu8195k3y
Second pass of thd cleanup

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
 
25
25
#include <drizzled/plugin_authentication.h>
26
26
 
27
 
bool authenticate_user(Session *thd, const char *password);
 
27
bool authenticate_user(Session *session, const char *password);
28
28
int authentication_initializer(st_plugin_int *plugin);
29
29
int authentication_finalizer(st_plugin_int *plugin);
30
30