~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/errmsg.h

  • Committer: Brian Aker
  • Date: 2008-10-20 04:28:21 UTC
  • mto: (492.3.21 drizzle-clean-code)
  • mto: This revision was merged to the branch mainline in revision 530.
  • Revision ID: brian@tangent.org-20081020042821-rqqdrccuu8195k3y
Second pass of thd cleanup

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
int errmsg_initializer(st_plugin_int *plugin);
29
29
int errmsg_finalizer(st_plugin_int *plugin);
30
30
 
31
 
bool errmsg_vprintf (Session *thd, int priority, const char *format, va_list ap);
32
 
bool errmsg_printf (Session *thd, int priority, const char *format, ...);
 
31
bool errmsg_vprintf (Session *session, int priority, const char *format, va_list ap);
 
32
bool errmsg_printf (Session *session, int priority, const char *format, ...);
33
33
 
34
34
#endif /* DRIZZLED_ERRMSG_H */