43
73
const char * error_message(unsigned int err_index);
45
75
// Adds the message to the global error dictionary.
78
#define DRIZZLE_ADD_ERROR_MESSAGE(code, msg) add_error_message(code, STRINGIFY_ARG(code), msg)
48
80
void my_error(int nr, myf MyFlags, ...);
49
81
void my_message(uint32_t my_err, const char *str, myf MyFlags);