diff src/stun.h @ 12050:90d7e0f342fa

[gaim-migrate @ 14345] One parts doxygen one parts whitespace committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 12 Nov 2005 15:27:41 +0000
parents 4669e7461968
children fc464a0abccc
line wrap: on
line diff
--- a/src/stun.h	Sat Nov 12 15:19:24 2005 +0000
+++ b/src/stun.h	Sat Nov 12 15:27:41 2005 +0000
@@ -28,6 +28,7 @@
 /**************************************************************************/
 /** @name STUN API                                                        */
 /**************************************************************************/
+/*@{*/
 
 struct stun_nattype {
 	gint status;	/* 0 - unknown (no STUN server reachable) */
@@ -43,7 +44,7 @@
 
 	char publicip[16];
 };
-	
+
 struct stun_header {
 	short	type;
 	short	len;
@@ -76,4 +77,8 @@
 struct stun_nattype *gaim_stun_discover(StunCallback cb);
 
 void gaim_stun_init();
+
+/*@}*/
+
 #endif /* _GAIM_STUN_H_ */
+