2
Definitions required for Error Message plugin
5
#ifndef DRIZZLED_PLUGIN_ERRMSG_H
6
#define DRIZZLED_PLUGIN_ERRMSG_H
10
typedef struct errmsg_st
12
void (*errmsg_func)(THD *thd, int priority, const char *format, va_list ap);
15
#endif /* DRIZZLED_PLUGIN_ERRMSG_H */