X-Git-Url: https://git.saurik.com/apple/network_cmds.git/blobdiff_plain/07f470571f6fc2709bdcf62fad0e6c4c1bf4e1b9..2b484d24084b903459c5b416c06cd77b48c748b9:/racoon.tproj/misc.h diff --git a/racoon.tproj/misc.h b/racoon.tproj/misc.h index 989e583..0d4fb1a 100644 --- a/racoon.tproj/misc.h +++ b/racoon.tproj/misc.h @@ -29,6 +29,10 @@ * 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__ */ +