~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/authentication.h

  • Committer: Monty Taylor
  • Date: 2009-08-30 01:04:15 UTC
  • mto: (1130.3.4 memory-file-moves)
  • mto: This revision was merged to the branch mainline in revision 1184.
  • Revision ID: mordred@inaugust.com-20090830010415-x4kfxn5ied8htfxy
Header cleanup.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
#ifndef DRIZZLED_AUTHENTICATION_H
23
23
#define DRIZZLED_AUTHENTICATION_H
24
24
 
25
 
#include <drizzled/plugin/authentication.h>
 
25
#include "drizzled/plugin/authentication.h"
 
26
 
 
27
class Session;
26
28
 
27
29
bool authenticate_user(Session *session, const char *password);
28
30
void add_authentication(Authentication *auth);