diff src/protocols/qq/qq_proxy.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/qq_proxy.c	Mon Jun 26 02:58:54 2006 +0000
+++ b/src/protocols/qq/qq_proxy.c	Mon Jun 26 03:44:39 2006 +0000
@@ -60,7 +60,7 @@
 }
 */
 
-static void _qq_show_packet(gchar * desc, gchar * buf, gint len)
+void _qq_show_packet(gchar * desc, gchar * buf, gint len)
 {
 	char buf1[4096], buf2[10];
 	int i;
@@ -108,7 +108,7 @@
 
 
 /*****************************************************************************/
-static gint _qq_fill_host(struct sockaddr_in * addr, const gchar * host, guint16 port)
+gint _qq_fill_host(struct sockaddr_in * addr, const gchar * host, guint16 port)
 {
 	if (!inet_aton(host, &(addr->sin_addr))) {
 		struct hostent *hp;