From: <ev...@us...> - 2006-12-07 15:15:31
|
Revision: 17917 http://svn.sourceforge.net/gaim/?rev=17917&view=rev Author: evands Date: 2006-12-07 07:15:23 -0800 (Thu, 07 Dec 2006) Log Message: ----------- 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. Modified Paths: -------------- trunk/libgaim/protocols/oscar/oscar.c Modified: trunk/libgaim/protocols/oscar/oscar.c =================================================================== --- trunk/libgaim/protocols/oscar/oscar.c 2006-12-07 14:08:45 UTC (rev 17916) +++ trunk/libgaim/protocols/oscar/oscar.c 2006-12-07 15:15:23 UTC (rev 17917) @@ -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; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |