--- a/libpurple/protocols/msn/error.h Thu Feb 22 20:01:17 2007 +0000 +++ b/libpurple/protocols/msn/error.h Thu Feb 22 20:33:51 2007 +0000 @@ -30,10 +30,11 @@ * Returns the string representation of an error type. * * @param type The error type. + * @param debug Whether this should be treated as a debug log message or a user-visible error * * @return The string representation of the error type. */ -const char *msn_error_get_text(unsigned int type); +const char *msn_error_get_text(unsigned int type, gboolean *debug); /** * Handles an error.