~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_plugin.h

  • Committer: Monty Taylor
  • Date: 2009-08-30 00:26:17 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-20090830002617-o57hrj99p6fp1186
Fixed all of the include guards.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
 *
34
34
 */
35
35
 
36
 
#ifndef DRIZZLE_SERVER_PLUGIN_H
37
 
#define DRIZZLE_SERVER_PLUGIN_H
 
36
#ifndef DRIZZLED_SQL_PLUGIN_H
 
37
#define DRIZZLED_SQL_PLUGIN_H
38
38
 
39
39
#include <drizzled/plugin.h>
40
40
#include <drizzled/plugin/manifest.h>
62
62
extern void plugin_sessionvar_cleanup(Session *session);
63
63
extern sys_var *intern_find_sys_var(const char *str, uint32_t, bool no_error);
64
64
 
65
 
#endif /* DRIZZLE_SERVER_PLUGIN_H */
 
65
#endif /* DRIZZLED_SQL_PLUGIN_H */