summaryrefslogtreecommitdiff
path: root/include/net/slcompress.h
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-09-27 05:21:15 +0000
committerEric Andersen <andersen@codepoet.org>2001-09-27 05:21:15 +0000
commite83a36ce9f97ac0f59117b3a62fd2dd8461b1fd5 (patch)
tree85ce10f2fc87fba69e07a13d7036d074e195dea7 /include/net/slcompress.h
parent65eee187317b93773d2409d0e7e2814d34c6a0e1 (diff)
Rev all the header files to sync things with glibc 2.2.4
Diffstat (limited to 'include/net/slcompress.h')
-rw-r--r--include/net/slcompress.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/include/net/slcompress.h b/include/net/slcompress.h
index fc3b000a9..bb494c4ff 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.2 2001/07/11 13:47:42 davidm Exp $
+ * $Id: slcompress.h,v 1.3 2001/09/27 05:21:12 andersen Exp $
*
* Copyright (c) 1989 Regents of the University of California.
* All rights reserved.
@@ -137,8 +137,6 @@ struct slcompress {
/* flag values */
#define SLF_TOSS 1 /* tossing rcvd frames because of input err */
-__BEGIN_DECLS
-
void sl_compress_init __P((struct slcompress *));
void sl_compress_setup __P((struct slcompress *, int));
u_int sl_compress_tcp __P((struct mbuf *,
@@ -147,6 +145,4 @@ 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 *));
-__END_DECLS
-
#endif /* _SLCOMPRESS_H_ */