summaryrefslogtreecommitdiffstats
path: root/contrib/ipfilter/snoop.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/snoop.h
parentd25503500842fdd0550710a7afb953d1b8f20f00 (diff)
downloadFreeBSD-src-e0610b5498ab54082ddadbfebd47280245e3e0f8.zip
FreeBSD-src-e0610b5498ab54082ddadbfebd47280245e3e0f8.tar.gz
Import version 3.2alpha7
Diffstat (limited to 'contrib/ipfilter/snoop.h')
-rw-r--r--contrib/ipfilter/snoop.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/contrib/ipfilter/snoop.h b/contrib/ipfilter/snoop.h
index e257be5..076a7af 100644
--- a/contrib/ipfilter/snoop.h
+++ b/contrib/ipfilter/snoop.h
@@ -1,14 +1,17 @@
/*
- * (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.
*/
+#ifndef __SNOOP_H__
+#define __SNOOP_H__
+
/*
* written to comply with the RFC (1761) from Sun.
- * $Id: snoop.h,v 2.0.2.2 1997/02/23 10:38:19 darrenr Exp $
+ * $Id: snoop.h,v 2.0.2.4 1997/04/30 13:49:52 darrenr Exp $
*/
struct snoophdr {
char s_id[8];
@@ -40,3 +43,5 @@ struct snooppkt {
int sp_sec;
int sp_usec;
};
+
+#endif /* __SNOOP_H__ */
OpenPOWER on IntegriCloud