diff src/stun.h @ 11354:97028c1c69e9

[gaim-migrate @ 13573] added retries and nat type detection (#ifdef NOTYET since no one needs it at the moment) committer: Tailor Script <tailor@pidgin.im>
author Thomas Butter <tbutter>
date Sat, 27 Aug 2005 14:16:13 +0000
parents 46facec74fc1
children e1ab173ef3b5
line wrap: on
line diff
--- a/src/stun.h	Sat Aug 27 09:25:15 2005 +0000
+++ b/src/stun.h	Sat Aug 27 14:16:13 2005 +0000
@@ -51,6 +51,12 @@
 	short len;
 };
 
+struct stun_change {
+	struct stun_header hdr;
+	struct stun_attrib attrib;
+	char value[4];
+};
+
 typedef void (*StunCallback) (struct stun_nattype *);
 
 /**