# HG changeset patch # User Evan Schoenberg # Date 1165517657 0 # Node ID 5da7cafb285a19294d217d680c4e30f3b05fe0ac # Parent d3b057a7e211cf27ddd8e7353f9a43c11edaf9c0 [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 diff -r d3b057a7e211 -r 5da7cafb285a libgaim/protocols/oscar/oscar.h --- 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);