X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=include%2Fnet%2Fppp-comp.h;h=0dc5d1d429f3524932bb11a8ad925a3c2a7b048f;hp=906212b99e36447d24420cd4bc8039975816bac7;hb=245970e8e3b8312aebe4c7eea00fca428e015349;hpb=842f9966b25dc0003af5cc2bfc9b2a8067254890 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. */