From: Paul Mackerras Date: Mon, 5 Dec 1994 00:33:33 +0000 (+0000) Subject: added hdrlen X-Git-Tag: RELEASE_2_3_6~807 X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=245970e8e3b8312aebe4c7eea00fca428e015349 added hdrlen --- 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. */