# HG changeset patch # User Evan Schoenberg # Date 1165504523 0 # Node ID 96c145316f346079b0ef6873465236d2f9fcfc1b # Parent 6d015bcd8d1dace61b733065f2db6dac16b6be7e [gaim-migrate @ 17917] oscar_encoding_extract() is useful for a plugin or UI doing oscar prpl specific things, such as getting a contact's profile directly (rather than the full formatted info text sent to gaim_notify_userinfo()). Removed the static so it can be used elsewhere. committer: Tailor Script diff -r 6d015bcd8d1d -r 96c145316f34 libgaim/protocols/oscar/oscar.c --- a/libgaim/protocols/oscar/oscar.c Thu Dec 07 14:08:45 2006 +0000 +++ b/libgaim/protocols/oscar/oscar.c Thu Dec 07 15:15:23 2006 +0000 @@ -268,7 +268,7 @@ * one of us-ascii, utf-8, iso-8859-1, or unicode-2-0, and * return a newly allocated string containing bleh. */ -static gchar * +gchar * oscar_encoding_extract(const char *encoding) { gchar *ret = NULL;