From e0610b5498ab54082ddadbfebd47280245e3e0f8 Mon Sep 17 00:00:00 2001 From: darrenr Date: Sun, 25 May 1997 15:45:04 +0000 Subject: Import version 3.2alpha7 --- contrib/ipfilter/snoop.h | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'contrib/ipfilter/snoop.h') 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__ */ -- cgit v1.1