comparison src/protocols/simple/simple.h @ 11189:5f79dfde334c

[gaim-migrate @ 13307] added UDP transport for SIP/SIMPLE committer: Tailor Script <tailor@pidgin.im>
author Thomas Butter <tbutter>
date Thu, 04 Aug 2005 09:10:11 +0000
parents e5bbe5070e04
children 4c1f45ac00e9
comparison
equal deleted inserted replaced
11188:12fc7a3fbc88 11189:5f79dfde334c
78 GaimAccount *account; 78 GaimAccount *account;
79 gchar *sendlater; 79 gchar *sendlater;
80 GSList *transactions; 80 GSList *transactions;
81 GSList *watcher; 81 GSList *watcher;
82 GSList *openconns; 82 GSList *openconns;
83 gboolean udp;
84 struct sockaddr_in serveraddr;
83 }; 85 };
84 86
85 struct sip_connection { 87 struct sip_connection {
86 int fd; 88 int fd;
87 gchar *inbuf; 89 gchar *inbuf;