X-Git-Url: https://git.saurik.com/apple/network_cmds.git/blobdiff_plain/7ba0088d6898d7fd2873f736f1f556673a8be855..2b484d24084b903459c5b416c06cd77b48c748b9:/racoon.tproj/safefile.h diff --git a/racoon.tproj/safefile.h b/racoon.tproj/safefile.h index 54a3ce6..bbb67ce 100644 --- a/racoon.tproj/safefile.h +++ b/racoon.tproj/safefile.h @@ -1,6 +1,6 @@ -/* $KAME$ */ +/* $KAME: safefile.h,v 1.2 2000/09/13 04:50:28 itojun Exp $ */ -/* $KAME: safefile.h,v 1.1 2000/06/13 05:01:41 itojun Exp $ */ +/* $KAME: safefile.h,v 1.2 2000/09/13 04:50:28 itojun Exp $ */ /* * Copyright (C) 2000 WIDE Project. @@ -31,4 +31,10 @@ * SUCH DAMAGE. */ +#ifndef __SAFEFILE_H__ +#define __SAFEFILE_H__ + extern int safefile __P((const char *, int)); + +#endif /* __SAFEFILE_H__ */ +