From: Paul Mackerras Date: Sat, 14 Sep 1996 05:15:20 +0000 (+0000) Subject: fix prototype X-Git-Tag: RELEASE_2_3_6~331 X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=df61cf799017d2e36315a493e996e2a34ba9a973;hp=79dfdbc0149c68fa224a48d50480552bf98b1365 fix prototype --- diff --git a/pppd/ipxcp.c b/pppd/ipxcp.c index 1b8942e..a347518 100644 --- a/pppd/ipxcp.c +++ b/pppd/ipxcp.c @@ -19,7 +19,7 @@ #ifdef IPX_CHANGE #ifndef lint -static char rcsid[] = "$Id: ipxcp.c,v 1.2 1996/07/01 01:14:25 paulus Exp $"; +static char rcsid[] = "$Id: ipxcp.c,v 1.3 1996/09/14 05:15:20 paulus Exp $"; #endif /* @@ -1269,7 +1269,7 @@ static int ipxcp_printpkt(p, plen, printer, arg) u_char *p; int plen; - void (*printer)(); + void (*printer) __P((void *, char *, ...)); void *arg; { int code, id, len, olen;