X-Git-Url: https://git.saurik.com/apple/network_cmds.git/blobdiff_plain/07f470571f6fc2709bdcf62fad0e6c4c1bf4e1b9..2b484d24084b903459c5b416c06cd77b48c748b9:/racoon.tproj/strnames.h diff --git a/racoon.tproj/strnames.h b/racoon.tproj/strnames.h index 587ada3..db0bec8 100644 --- a/racoon.tproj/strnames.h +++ b/racoon.tproj/strnames.h @@ -29,6 +29,9 @@ * SUCH DAMAGE. */ +#ifndef __STRNAMES_H__ +#define __STRNAMES_H__ + extern char * s_isakmp_state __P((int, int, int)); extern char *s_isakmp_certtype __P((int)); extern char *s_isakmp_etype __P((int)); @@ -61,3 +64,6 @@ extern char *s_pfkey_type __P((int)); extern char *s_pfkey_satype __P((int)); extern char *s_direction __P((int)); extern char *s_proto __P((int)); + +#endif /* __STRNAMES_H__ */ +