~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/errmsg.h

  • Committer: Monty Taylor
  • Date: 2009-04-10 22:18:10 UTC
  • mto: (992.1.1 mordred)
  • mto: This revision was merged to the branch mainline in revision 990.
  • Revision ID: mordred@inaugust.com-20090410221810-06j7dfgl1iso0dab
Did the finalizers. Renamed plugin_registry.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
// need stdarg for va_list
26
26
#include <stdarg.h>
27
27
 
28
 
int errmsg_finalizer(st_plugin_int *plugin);
29
28
void add_errmsg_handler(Error_message_handler *handler);
 
29
void remove_errmsg_handler(Error_message_handler *handler);
30
30
 
31
31
bool errmsg_vprintf (Session *session, int priority, char const *format, va_list ap);
32
32