X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=include%2Fnet%2Fslcompress.h;h=d887dfc2c9e44f9b299cb1d46b16e9598800f959;hp=6b51cec9f877fe51a33349bfabceee987ca28b1d;hb=dec4aceb7c5b91e5f9ec8b62e5b6560499abc402;hpb=6a486821a74a0aed3109d192e5bf061657205c6c 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_ */