summaryrefslogtreecommitdiffstats
path: root/contrib/ipfilter/ipt.h
diff options
context:
space:
mode:
authordarrenr <darrenr@FreeBSD.org>1997-05-25 15:45:04 +0000
committerdarrenr <darrenr@FreeBSD.org>1997-05-25 15:45:04 +0000
commite0610b5498ab54082ddadbfebd47280245e3e0f8 (patch)
treef9876809ef0dd75bd4671d4afb7d3488f1972a5f /contrib/ipfilter/ipt.h
parentd25503500842fdd0550710a7afb953d1b8f20f00 (diff)
downloadFreeBSD-src-e0610b5498ab54082ddadbfebd47280245e3e0f8.zip
FreeBSD-src-e0610b5498ab54082ddadbfebd47280245e3e0f8.tar.gz
Import version 3.2alpha7
Diffstat (limited to 'contrib/ipfilter/ipt.h')
-rw-r--r--contrib/ipfilter/ipt.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/contrib/ipfilter/ipt.h b/contrib/ipfilter/ipt.h
index e91190b..f7cc61f 100644
--- a/contrib/ipfilter/ipt.h
+++ b/contrib/ipfilter/ipt.h
@@ -1,12 +1,15 @@
/*
- * (C)opyright 1993,1994,1995 by Darren Reed.
+ * (C)opyright 1993-1997 by Darren Reed.
*
* Redistribution and use in source and binary forms are permitted
* provided that this notice is preserved and due credit is given
* to the original author and the contributors.
- * $Id: ipt.h,v 2.0.2.4 1997/03/27 13:45:23 darrenr Exp $
+ * $Id: ipt.h,v 2.0.2.6 1997/04/30 13:49:22 darrenr Exp $
*/
+#ifndef __IPT_H__
+#define __IPT_H__
+
#include <fcntl.h>
#ifdef __STDC__
#include <stdarg.h>
@@ -23,3 +26,5 @@ struct ipread {
extern void debug __P((char *, ...));
extern void verbose __P((char *, ...));
+
+#endif /* __IPT_H__ */
OpenPOWER on IntegriCloud