libpurple/protocols/oscar/encoding.h

branch
soc.2010.icq-tlc
changeset 30666
ff138d6c7bc4
parent 30661
b33b4612a753
child 30669
e669bab0688e
--- a/libpurple/protocols/oscar/encoding.h	Wed Jul 28 19:37:26 2010 +0000
+++ b/libpurple/protocols/oscar/encoding.h	Wed Jul 28 23:11:14 2010 +0000
@@ -41,10 +41,7 @@
  * that don't correctly send non-ASCII messages.  And if Purple isn't
  * able to deal with that crap, then people complain like banshees.
  */
-gchar * oscar_decode_im_part(PurpleAccount *account,
-			const char *sourcebn,
-			guint16 charset, guint16 charsubset,
-			const gchar *data, gsize datalen);
+gchar * oscar_decode_im(PurpleAccount *account, const char *sourcebn, guint16 charset, const gchar *data, gsize datalen);
 
 /**
  * Figure out what encoding to use when sending a given outgoing message.

mercurial