]> git.ozlabs.org Git - ppp.git/commitdiff
fix prototype
authorPaul Mackerras <paulus@samba.org>
Sat, 14 Sep 1996 05:15:20 +0000 (05:15 +0000)
committerPaul Mackerras <paulus@samba.org>
Sat, 14 Sep 1996 05:15:20 +0000 (05:15 +0000)
pppd/ipxcp.c

index 1b8942e68d577fc4d5a2be156a3d69b6a56653f6..a347518b9ebb9b9563a8d0e4833704cebc2bdbb8 100644 (file)
@@ -19,7 +19,7 @@
 
 #ifdef IPX_CHANGE
 #ifndef lint
 
 #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
 
 /*
 #endif
 
 /*
@@ -1269,7 +1269,7 @@ static int
 ipxcp_printpkt(p, plen, printer, arg)
     u_char *p;
     int plen;
 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;
     void *arg;
 {
     int code, id, len, olen;