comparison src/protocols/simple/simple.h @ 11409:1e495a5fcbbc

[gaim-migrate @ 13646] ntlm, tcp and connection close fixes committer: Tailor Script <tailor@pidgin.im>
author Thomas Butter <tbutter>
date Thu, 01 Sep 2005 09:09:33 +0000
parents b4cf724b64f8
children e1ab173ef3b5
comparison
equal deleted inserted replaced
11408:85e0778317a7 11409:1e495a5fcbbc
69 int registerstatus; // 0 nothing, 1 first registration send, 2 auth received, 3 registered 69 int registerstatus; // 0 nothing, 1 first registration send, 2 auth received, 3 registered
70 struct sip_auth registrar; 70 struct sip_auth registrar;
71 struct sip_auth proxy; 71 struct sip_auth proxy;
72 int listenfd; 72 int listenfd;
73 int listenport; 73 int listenport;
74 int listenpa;
74 gchar *ip; 75 gchar *ip;
75 gchar *status; 76 gchar *status;
76 GHashTable *buddies; 77 GHashTable *buddies;
77 guint registertimeout; 78 guint registertimeout;
78 guint resendtimeout; 79 guint resendtimeout;