diff src/protocols/qq/qq_proxy.h @ 14045:3cefea0bf4a2

[gaim-migrate @ 16657] Took care of some signedness issues. committer: Tailor Script <tailor@pidgin.im>
author Mark Huetsch <markhuetsch>
date Sun, 06 Aug 2006 21:03:10 +0000
parents ef8490f9e823
children 8ea1929c4c69
line wrap: on
line diff
--- a/src/protocols/qq/qq_proxy.h	Sun Aug 06 18:19:36 2006 +0000
+++ b/src/protocols/qq/qq_proxy.h	Sun Aug 06 21:03:10 2006 +0000
@@ -46,8 +46,10 @@
 gint qq_proxy_write(qq_data *qd, guint8 *data, gint len);
 
 gint qq_connect(GaimAccount *account, const gchar *host, guint16 port, gboolean use_tcp, gboolean is_redirect);
+void qq_disconnect(GaimConnection *gc);
 
-void qq_disconnect(GaimConnection *gc);
-void _qq_show_packet(gchar *des, gchar *buf, gint len);
+gint _qq_fill_host(struct sockaddr_in *addr, const gchar *host, guint16 port);
+
+void _qq_show_packet(const gchar *desc, const guint8 *buf, gint len);
 
 #endif