Mercurial > pidgin.yaz
changeset 15133:d3b057a7e211
[gaim-migrate @ 17918]
The cow says, "Non-static functions should be in header files"
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Thu, 07 Dec 2006 18:27:41 +0000 |
parents | 96c145316f34 |
children | 5da7cafb285a |
files | libgaim/protocols/oscar/oscar.h |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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);