Mercurial > pidgin
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 14044:16b05033f5ee | 14045:3cefea0bf4a2 |
|---|---|
| 44 | 44 |
| 45 gint qq_proxy_read(qq_data *qd, guint8 *data, gint len); | 45 gint qq_proxy_read(qq_data *qd, guint8 *data, gint len); |
| 46 gint qq_proxy_write(qq_data *qd, guint8 *data, gint len); | 46 gint qq_proxy_write(qq_data *qd, guint8 *data, gint len); |
| 47 | 47 |
| 48 gint qq_connect(GaimAccount *account, const gchar *host, guint16 port, gboolean use_tcp, gboolean is_redirect); | 48 gint qq_connect(GaimAccount *account, const gchar *host, guint16 port, gboolean use_tcp, gboolean is_redirect); |
| 49 void qq_disconnect(GaimConnection *gc); | |
| 49 | 50 |
| 50 void qq_disconnect(GaimConnection *gc); | 51 gint _qq_fill_host(struct sockaddr_in *addr, const gchar *host, guint16 port); |
| 51 void _qq_show_packet(gchar *des, gchar *buf, gint len); | 52 |
| 53 void _qq_show_packet(const gchar *desc, const guint8 *buf, gint len); | |
| 52 | 54 |
| 53 #endif | 55 #endif |
