comparison libgaim/protocols/irc/irc.h @ 14262:baff095b146c

[gaim-migrate @ 16944] Rename GaimProxyConnectInfo to GaimProxyConnectData, and change the variables from connect_info to connect_data. Sorry, but I wanted to get this right before it becomes permanent. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 21 Aug 2006 05:25:44 +0000
parents 60b1bc8dbf37
children a5c7db7be826
comparison
equal deleted inserted replaced
14261:bb060cdc23d1 14262:baff095b146c
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 56
57 GaimProxyConnectInfo *connect_info; 57 GaimProxyConnectData *connect_data;
58 58
59 char *inbuf; 59 char *inbuf;
60 int inbuflen; 60 int inbuflen;
61 int inbufused; 61 int inbufused;
62 62