Mercurial > pidgin
comparison src/protocols/irc/irc.h @ 14111:c44af67e2065
[gaim-migrate @ 16745]
IRC is now canceling gaim_proxy_connect() attempts instead of using
GAIM_CONNECTION_IS_VALID(). This will probably be the most clear
example of the changes needed, for you folks sitting at home.
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Mon, 14 Aug 2006 06:38:12 +0000 |
parents | 614c56622453 |
children |
comparison
equal
deleted
inserted
replaced
14110:5cefeb370262 | 14111:c44af67e2065 |
---|---|
51 GHashTable *cmds; | 51 GHashTable *cmds; |
52 char *server; | 52 char *server; |
53 int fd; | 53 int fd; |
54 guint timer; | 54 guint timer; |
55 GHashTable *buddies; | 55 GHashTable *buddies; |
56 | |
57 GaimProxyConnectInfo *connect_info; | |
56 | 58 |
57 char *inbuf; | 59 char *inbuf; |
58 int inbuflen; | 60 int inbuflen; |
59 int inbufused; | 61 int inbufused; |
60 | 62 |