# HG changeset patch # User Mark Doliner # Date 1165516061 0 # Node ID d3b057a7e211cf27ddd8e7353f9a43c11edaf9c0 # Parent 96c145316f346079b0ef6873465236d2f9fcfc1b [gaim-migrate @ 17918] The cow says, "Non-static functions should be in header files" committer: Tailor Script diff -r 96c145316f34 -r d3b057a7e211 libgaim/protocols/oscar/oscar.h --- a/libgaim/protocols/oscar/oscar.h Thu Dec 07 15:15:23 2006 +0000 +++ b/libgaim/protocols/oscar/oscar.h Thu Dec 07 18:27:41 2006 +0000 @@ -928,6 +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_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);