diff src/protocols/qq/buddy_status.c @ 13871:2be9dfa9569b

[gaim-migrate @ 16341] Fixed a bug that prevented libqq from being loaded as a plugin. committer: Tailor Script <tailor@pidgin.im>
author Mark Huetsch <markhuetsch>
date Mon, 26 Jun 2006 03:44:39 +0000
parents 983fd420e86b
children 16102b9c5c4a
line wrap: on
line diff
--- a/src/protocols/qq/buddy_status.c	Mon Jun 26 02:58:54 2006 +0000
+++ b/src/protocols/qq/buddy_status.c	Mon Jun 26 03:44:39 2006 +0000
@@ -62,7 +62,7 @@
 
 /*****************************************************************************/
 // parse the data into qq_buddy_status
-static gint _qq_buddy_status_read(guint8 * data, guint8 ** cursor, gint len, qq_buddy_status * s) {
+gint _qq_buddy_status_read(guint8 * data, guint8 ** cursor, gint len, qq_buddy_status * s) {
 	gint bytes;
 
 	g_return_val_if_fail(data != NULL && *cursor != NULL && s != NULL, -1);