1 --- ppp-2.4.5.orig/pppdump/bsd-comp.c 2009-11-16 23:26:07.000000000 +0100
2 +++ ppp-2.4.5/pppdump/bsd-comp.c 2014-03-17 16:13:08.000000000 +0100
3 @@ -124,15 +124,15 @@ struct bsd_db {
4 #define BSD_OVHD 2 /* BSD compress overhead/packet */
5 #define BSD_INIT_BITS BSD_MIN_BITS
7 -static void *bsd_decomp_alloc __P((u_char *options, int opt_len));
8 -static void bsd_free __P((void *state));
9 -static int bsd_decomp_init __P((void *state, u_char *options, int opt_len,
10 - int unit, int hdrlen, int mru, int debug));
11 -static void bsd_incomp __P((void *state, u_char *dmsg, int len));
12 -static int bsd_decompress __P((void *state, u_char *cmp, int inlen,
13 - u_char *dmp, int *outlen));
14 -static void bsd_reset __P((void *state));
15 -static void bsd_comp_stats __P((void *state, struct compstat *stats));
16 +static void *bsd_decomp_alloc (u_char *options, int opt_len);
17 +static void bsd_free (void *state);
18 +static int bsd_decomp_init (void *state, u_char *options, int opt_len,
19 + int unit, int hdrlen, int mru, int debug);
20 +static void bsd_incomp (void *state, u_char *dmsg, int len);
21 +static int bsd_decompress (void *state, u_char *cmp, int inlen,
22 + u_char *dmp, int *outlen);
23 +static void bsd_reset (void *state);
24 +static void bsd_comp_stats (void *state, struct compstat *stats);
27 * Exported procedures.