~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/errmsg.h

Merged trunk.

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_initializer(st_plugin_int *plugin);
29
 
int errmsg_finalizer(st_plugin_int *plugin);
 
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