From 245970e8e3b8312aebe4c7eea00fca428e015349 Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Mon, 5 Dec 1994 00:33:33 +0000 Subject: [PATCH 1/1] added hdrlen --- include/net/ppp-comp.h | 4 ++-- 1 file 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. */ -- 2.39.2