summaryrefslogtreecommitdiff
path: root/usr.sbin/ipftest/snoop.h
diff options
context:
space:
mode:
authordgregor <dgregor@cvs.openbsd.org>1998-01-26 04:17:12 +0000
committerdgregor <dgregor@cvs.openbsd.org>1998-01-26 04:17:12 +0000
commitfe0239590c82ea51b1a09fd58cde9f1635ceab89 (patch)
treeaf8e00e22aa869bee7596358bc05686c76370f51 /usr.sbin/ipftest/snoop.h
parenta344d388d075c3e901494684772107ed51830e00 (diff)
IPF 3.2.3
Diffstat (limited to 'usr.sbin/ipftest/snoop.h')
-rw-r--r--usr.sbin/ipftest/snoop.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/usr.sbin/ipftest/snoop.h b/usr.sbin/ipftest/snoop.h
index ce92eb9c5df..60cc10da493 100644
--- a/usr.sbin/ipftest/snoop.h
+++ b/usr.sbin/ipftest/snoop.h
@@ -1,14 +1,18 @@
+/* $OpenBSD: snoop.h,v 1.4 1998/01/26 04:16:44 dgregor Exp $ */
/*
- * (C)opyright 1993,1994,1995 by Darren Reed.
+ * Copyright (C) 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 1.3 1997/02/11 22:24:04 kstailey Exp $
+ * $Id: snoop.h,v 1.4 1998/01/26 04:16:44 dgregor Exp $
*/
struct snoophdr {
char s_id[8];
@@ -40,3 +44,5 @@ struct snooppkt {
int sp_sec;
int sp_usec;
};
+
+#endif /* __SNOOP_H__ */