From: <ev...@us...> - 2006-12-07 18:54:28
|
Revision: 17919 http://svn.sourceforge.net/gaim/?rev=17919&view=rev Author: evands Date: 2006-12-07 10:54:17 -0800 (Thu, 07 Dec 2006) Log Message: ----------- 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. Modified Paths: -------------- trunk/libgaim/protocols/oscar/oscar.h Modified: trunk/libgaim/protocols/oscar/oscar.h =================================================================== --- trunk/libgaim/protocols/oscar/oscar.h 2006-12-07 18:27:41 UTC (rev 17918) +++ trunk/libgaim/protocols/oscar/oscar.h 2006-12-07 18:54:17 UTC (rev 17919) @@ -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); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |