diff options
| author | svn2git <svn2git@FreeBSD.org> | 1994-05-01 08:00:00 +0000 |
|---|---|---|
| committer | svn2git <svn2git@FreeBSD.org> | 1994-05-01 08:00:00 +0000 |
| commit | a16f65c7d117419bd266c28a1901ef129a337569 (patch) | |
| tree | 2626602f66dc3551e7a7c7bc9ad763c3bc7ab40a /sys/net/slcompress.h | |
| parent | 8503f4f13f77abf7adc8f7e329c6f9c1d52b6a20 (diff) | |
Release FreeBSD 1.1upstream/1.1.0_cvsrelease/1.1.0_cvs
This commit was manufactured to restore the state of the 1.1-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
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_ */ |
