diff options
Diffstat (limited to 'sys/netkey/keysock.h')
-rw-r--r-- | sys/netkey/keysock.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/netkey/keysock.h b/sys/netkey/keysock.h index 5eed3eb..8d439b9 100644 --- a/sys/netkey/keysock.h +++ b/sys/netkey/keysock.h @@ -71,12 +71,12 @@ struct keycb { extern struct pfkeystat pfkeystat; -extern int key_output __P((struct mbuf *, ...)); -extern int key_usrreq __P((struct socket *, - int, struct mbuf *, struct mbuf *, struct mbuf *)); +extern int key_output(struct mbuf *, ...); +extern int key_usrreq(struct socket *, + int, struct mbuf *, struct mbuf *, struct mbuf *); -extern int key_sendup __P((struct socket *, struct sadb_msg *, u_int, int)); -extern int key_sendup_mbuf __P((struct socket *, struct mbuf *, int)); +extern int key_sendup(struct socket *, struct sadb_msg *, u_int, int); +extern int key_sendup_mbuf(struct socket *, struct mbuf *, int); #endif /* _KERNEL */ #endif /*_NETKEY_KEYSOCK_H_*/ |