summaryrefslogtreecommitdiff
path: root/include/net
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>1994-12-05 00:33:33 +0000
committerPaul Mackerras <paulus@samba.org>1994-12-05 00:33:33 +0000
commit245970e8e3b8312aebe4c7eea00fca428e015349 (patch)
tree7cd197a82f90901acb53034b9ba515c551b9d993 /include/net
parent842f9966b25dc0003af5cc2bfc9b2a8067254890 (diff)
downloadppp-245970e8e3b8312aebe4c7eea00fca428e015349.tar.gz
added hdrlen
Diffstat (limited to 'include/net')
-rw-r--r--include/net/ppp-comp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/net/ppp-comp.h b/include/net/ppp-comp.h
index 906212b..0dc5d1d 100644
--- a/include/net/ppp-comp.h
+++ b/include/net/ppp-comp.h
@@ -24,7 +24,7 @@
* OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS,
* OR MODIFICATIONS.
*
- * $Id: ppp-comp.h,v 1.4 1994/10/21 06:27:31 paulus Exp $
+ * $Id: ppp-comp.h,v 1.5 1994/12/05 00:33:33 paulus Exp $
*/
/*
@@ -54,7 +54,7 @@ struct compressor {
void (*decomp_free) __P((void *state));
/* Initialize a decompressor */
int (*decomp_init) __P((void *state, u_char *options, int opt_len,
- int unit, int mru, int debug));
+ int unit, int hdrlen, int mru, int debug));
/* Reset a decompressor */
void (*decomp_reset) __P((void *state));
/* Decompress a packet. */