diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-03-14 03:16:15 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-03-14 03:16:15 +0000 |
commit | e63dc855fe4ff1aa0029ebf9813134860a34ccdf (patch) | |
tree | c2aa960c67a99a878c8902943399029fa598683f /sys/netccitt | |
parent | 71eb96ce8a9190e7ffeccbabd7a5ec4f3b4fc72f (diff) |
Final __P removal plus some cosmetic fixups
Diffstat (limited to 'sys/netccitt')
-rw-r--r-- | sys/netccitt/pk_extern.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netccitt/pk_extern.h b/sys/netccitt/pk_extern.h index d4325057482..e5b9f135b70 100644 --- a/sys/netccitt/pk_extern.h +++ b/sys/netccitt/pk_extern.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pk_extern.h,v 1.4 2002/03/14 01:27:10 millert Exp $ */ +/* $OpenBSD: pk_extern.h,v 1.5 2002/03/14 03:16:11 millert Exp $ */ /* $NetBSD: pk_extern.h,v 1.1 1996/02/13 22:05:17 christos Exp $ */ /* @@ -85,7 +85,7 @@ void pk_restart(struct pkcb *, int); void pk_freelcd(struct pklcd *); int pk_bind(struct pklcd *, struct mbuf *); int pk_listen(struct pklcd *); -int pk_protolisten __P((int, int, int (*)(struct mbuf *, void *))); +int pk_protolisten(int, int, int (*)(struct mbuf *, void *)); void pk_assoc(struct pkcb *, struct pklcd *, struct sockaddr_x25 *); int pk_connect(struct pklcd *, struct sockaddr_x25 *); void pk_callcomplete(struct pkcb *); |