~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/authentication.h

  • Committer: Brian Aker
  • Date: 2010-02-11 22:43:58 UTC
  • Revision ID: brian@gaz-20100211224358-y0gdvnat2ahg4c1e
Disabling support for memcached plugins until we can test for version of
memcached.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#ifndef DRIZZLED_AUTHENTICATION_H
2
 
#define DRIZZLED_AUTHENTICATION_H
3
 
 
4
 
#include <drizzled/plugin_authentication.h>
5
 
 
6
 
bool authenticate_user(THD *thd, const char *password);
7
 
int authentication_initializer(st_plugin_int *plugin);
8
 
int authentication_finalizer(st_plugin_int *plugin);
9
 
 
10
 
#endif /* DRIZZLED_AUTHENTICATION_H */