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