diff options
Diffstat (limited to 'sys/net/slcompress.h')
| -rw-r--r-- | sys/net/slcompress.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/net/slcompress.h b/sys/net/slcompress.h index f713e47f32d1..3f31e6bb2773 100644 --- a/sys/net/slcompress.h +++ b/sys/net/slcompress.h @@ -2,7 +2,7 @@ /* * Definitions for tcp compression routines. * - * $Id: slcompress.h,v 1.2 1993/08/27 02:10:32 rgrimes Exp $ + * $Id: slcompress.h,v 1.3 1993/11/07 17:47:11 wollman Exp $ * From: slcompress.h,v 1.13 1993/08/09 02:37:32 paulus Exp * From: slcompress.h,v 1.10 89/12/31 08:53:02 van Exp * @@ -44,6 +44,9 @@ * - added sl_uncompress_tcp_part. */ +#ifndef _NET_SLCOMPRESS_H_ +#define _NET_SLCOMPRESS_H_ 1 + #define MAX_STATES 16 /* must be > 2 and < 256 */ #define MAX_HDR MLEN /* XXX 4bsd-ism: should really be 128 */ @@ -164,3 +167,4 @@ extern int sl_uncompress_tcp __P((u_char **bufp, int len, u_int type, extern int sl_uncompress_tcp_part __P((u_char **bufp, int buflen, int total_len, u_int type, struct slcompress *)); +#endif /* _NET_SLCOMPRESS_H_ */ |
