~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/authentication.h

  • Committer: Toru Maesaka
  • Date: 2008-12-17 07:16:37 UTC
  • mto: (685.1.40 devel) (713.1.5 devel)
  • mto: This revision was merged to the branch mainline in revision 713.
  • Revision ID: dev@torum.net-20081217071637-7j9040w7lpms77r2
Removed my_time() and added error checking

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(THD *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