Mercurial > pidgin
changeset 15131:96c145316f34
[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 <tailor@pidgin.im>
author | Evan Schoenberg <evan.s@dreskin.net> |
---|---|
date | Thu, 07 Dec 2006 15:15:23 +0000 |
parents | 6d015bcd8d1d |
children | d3b057a7e211 |
files | libgaim/protocols/oscar/oscar.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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;