~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin_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:
27
27
 
28
28
typedef struct errmsg_st
29
29
{
30
 
  bool (*errmsg_func)(Session *thd, int priority, const char *format, va_list ap);
 
30
  bool (*errmsg_func)(Session *session, int priority, const char *format, va_list ap);
31
31
} errmsg_t;
32
32
 
33
33
#endif /* DRIZZLED_PLUGIN_ERRMSG_H */