]> git.saurik.com Git - apple/network_cmds.git/blobdiff - racoon.tproj/misc.h
network_cmds-245.tar.gz
[apple/network_cmds.git] / racoon.tproj / misc.h
index 989e58362965f0ac7a84d3eb00e9d287e0819ad1..0d4fb1a810c1a2f78859f99c460dbf4936bb75ac 100644 (file)
  * SUCH DAMAGE.
  */
 
+#ifndef __MISC_H__
+#define __MISC_H__
+
+
 #define BIT2STR(b) bit2str(b, sizeof(b)<<3)
 
 #ifdef HAVE_FUNCTION_MACRO
@@ -44,3 +48,7 @@ extern const char *debug_location __P((const char *, int, const char *));
 extern int getfsize __P((char *));
 struct timeval;
 extern double timedelta __P((struct timeval *, struct timeval *));
+
+
+#endif /* __MISC_H__ */
+