~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/configvar.h

  • Committer: Mark Atwood
  • Date: 2008-10-16 16:57:55 UTC
  • mto: (520.1.13 drizzle)
  • mto: This revision was merged to the branch mainline in revision 530.
  • Revision ID: mark@fallenpegasus.com-20081016165755-3ax67kls4oftuq34
fix mistakes

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
/* todo, fill in this API */
10
10
/* these are the functions called by the rest of the drizzle server
11
11
   to do whatever this plugin does. */
12
 
bool configvar_do1 (THD *thd, void *parm1, void *parm2)
13
 
bool configvar_do2 (THD *thd, void *parm3, void *parm4)
 
12
bool configvar_do1 (THD *thd, void *parm1, void *parm2);
 
13
bool configvar_do2 (THD *thd, void *parm3, void *parm4);
14
14
 
15
15
#endif /* DRIZZLED_CONFIGVAR_H */