~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/authentication.h

  • Committer: Monty Taylor
  • Date: 2008-10-20 08:48:34 UTC
  • mfrom: (520.1.22 drizzle)
  • Revision ID: monty@inaugust.com-20081020084834-xpb3w01vkcp55o02
Merged trunk.

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