79
79
const std::string& message);
80
80
#define DRIZZLE_ADD_ERROR_MESSAGE(code, msg) add_error_message(code, STRINGIFY_ARG(code), msg)
83
83
void my_error(error_t nr);
84
84
void my_error(error_t nr, myf MyFlags, ...);
85
85
void my_message(uint32_t my_err, const char *str, myf MyFlags);