libpurple/protocols/msn/error.h

changeset 15740
1448fbe9b0d5
parent 15435
4b933b06d75e
child 15884
4de1981757fc
--- 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.

mercurial