Mercurial > pidgin
diff libpurple/protocols/msn/error.h @ 15678:5ec709327dc6
Remove a few unneeded strings, per evans's recommendation
| author | Sean Egan <seanegan@gmail.com> |
|---|---|
| date | Thu, 22 Feb 2007 20:33:51 +0000 |
| parents | 5fe8042783c1 |
| children | 32c366eeeb99 |
line wrap: on
line diff
--- 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.
