Mercurial > pidgin
changeset 15133:5da7cafb285a
[gaim-migrate @ 17919]
The pig says, "Function prototypes should match their declarations in return type". :)
Actually, it doesn't; pigs don't talk. The pig is, however, suspicious of the talking cow.
committer: Tailor Script <tailor@pidgin.im>
author | Evan Schoenberg <evan.s@dreskin.net> |
---|---|
date | Thu, 07 Dec 2006 18:54:17 +0000 |
parents | d3b057a7e211 |
children | 9e1d9c9229ce |
files | libgaim/protocols/oscar/oscar.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libgaim/protocols/oscar/oscar.h Thu Dec 07 18:27:41 2006 +0000 +++ b/libgaim/protocols/oscar/oscar.h Thu Dec 07 18:54:17 2006 +0000 @@ -928,7 +928,7 @@ /* 0x000b */ int aim_im_denytransfer(OscarData *od, const char *sn, const guchar *cookie, guint16 code); /* 0x0014 */ int aim_im_sendmtn(OscarData *od, guint16 type1, const char *sn, guint16 type2); void aim_icbm_makecookie(guchar* cookie); -char *oscar_encoding_extract(const char *encoding); +gchar *oscar_encoding_extract(const char *encoding); gchar *oscar_encoding_to_utf8(const char *encoding, const char *text, int textlen); gchar *gaim_plugin_oscar_decode_im_part(GaimAccount *account, const char *sourcesn, guint16 charset, guint16 charsubset, const gchar *data, gsize datalen);