| 79 guint timeout; |
79 guint timeout; |
| 80 struct stun_header *packet; |
80 struct stun_header *packet; |
| 81 size_t packetsize; |
81 size_t packetsize; |
| 82 }; |
82 }; |
| 83 |
83 |
| 84 static GaimStunNatDiscovery nattype = {-1, 0, "\0", NULL, 0}; |
84 static GaimStunNatDiscovery nattype = { |
| 85 |
85 GAIM_STUN_STATUS_UNDISCOVERED, |
| 86 static GSList *callbacks = 0; |
86 GAIM_STUN_NAT_TYPE_PUBLIC_IP, |
| |
87 "\0", NULL, 0}; |
| |
88 |
| |
89 static GSList *callbacks = NULL; |
| 87 |
90 |
| 88 static void close_stun_conn(struct stun_conn *sc) { |
91 static void close_stun_conn(struct stun_conn *sc) { |
| 89 |
92 |
| 90 if (sc->incb) |
93 if (sc->incb) |
| 91 gaim_input_remove(sc->incb); |
94 gaim_input_remove(sc->incb); |