X-Git-Url: https://git.saurik.com/apple/network_cmds.git/blobdiff_plain/07f470571f6fc2709bdcf62fad0e6c4c1bf4e1b9..2b484d24084b903459c5b416c06cd77b48c748b9:/racoon.tproj/isakmp_ident.h diff --git a/racoon.tproj/isakmp_ident.h b/racoon.tproj/isakmp_ident.h index 85937cc..b1f3c35 100644 --- a/racoon.tproj/isakmp_ident.h +++ b/racoon.tproj/isakmp_ident.h @@ -29,6 +29,9 @@ * SUCH DAMAGE. */ +#ifndef __ISAKMP_IDENT_H__ +#define __ISAKMP_IDENT_H__ + extern int ident_i1send __P((struct ph1handle *, vchar_t *)); extern int ident_i2recv __P((struct ph1handle *, vchar_t *)); extern int ident_i2send __P((struct ph1handle *, vchar_t *)); @@ -43,3 +46,7 @@ extern int ident_r2recv __P((struct ph1handle *, vchar_t *)); extern int ident_r2send __P((struct ph1handle *, vchar_t *)); extern int ident_r3recv __P((struct ph1handle *, vchar_t *)); extern int ident_r3send __P((struct ph1handle *, vchar_t *)); + + +#endif /* __ISAKMP_IDENT_H__ */ +