diff src/protocols/qq/qq_proxy.h @ 14115:8ea1929c4c69

[gaim-migrate @ 16749] Fix a bunch of warnings that I caused. Sorry, I should have compiled before committing. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 14 Aug 2006 07:27:41 +0000
parents 3cefea0bf4a2
children
line wrap: on
line diff
--- a/src/protocols/qq/qq_proxy.h	Mon Aug 14 07:23:11 2006 +0000
+++ b/src/protocols/qq/qq_proxy.h	Mon Aug 14 07:27:41 2006 +0000
@@ -31,7 +31,7 @@
 #define QQ_CONNECT_STEPS    2	/* steps in connection */
 
 struct PHB {
-	GaimInputFunction func;
+	GaimProxyConnectFunction func;
 	gpointer data;
 	gchar *host;
 	gint port;