libgaim/protocols/irc/irc.h

changeset 14899
c65f0b4fb351
parent 14544
847944da3ca0
child 20470
77693555855f
child 20472
6a6d2ef151e6
equal deleted inserted replaced
14898:107b971b39f2 14899:c65f0b4fb351
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 GaimProxyConnectData *connect_data;
58 56
59 char *inbuf; 57 char *inbuf;
60 int inbuflen; 58 int inbuflen;
61 int inbufused; 59 int inbufused;
62 60

mercurial