From dec4aceb7c5b91e5f9ec8b62e5b6560499abc402 Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Wed, 21 Sep 1994 06:50:08 +0000 Subject: [PATCH] need an endif --- include/net/slcompress.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/net/slcompress.h b/include/net/slcompress.h index 6b51cec..d887dfc 100644 --- a/include/net/slcompress.h +++ b/include/net/slcompress.h @@ -1,7 +1,7 @@ /* * Definitions for tcp compression routines. * - * $Id: slcompress.h,v 1.3 1994/09/21 01:37:22 paulus Exp $ + * $Id: slcompress.h,v 1.4 1994/09/21 06:50:08 paulus Exp $ * * Copyright (c) 1989 Regents of the University of California. * All rights reserved. @@ -144,3 +144,5 @@ u_int sl_compress_tcp __P((struct mbuf *, int sl_uncompress_tcp __P((u_char **, int, u_int, struct slcompress *)); int sl_uncompress_tcp_core __P((u_char *, int, int, u_int, struct slcompress *, u_char **, u_int *)); + +#endif /* _SLCOMPRESS_H_ */ -- 2.39.2