diff options
Diffstat (limited to 'sys/netns/ns_var.h')
-rw-r--r-- | sys/netns/ns_var.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netns/ns_var.h b/sys/netns/ns_var.h index 23e3f333871..22eb0856d5b 100644 --- a/sys/netns/ns_var.h +++ b/sys/netns/ns_var.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ns_var.h,v 1.7 2002/03/14 01:27:13 millert Exp $ */ +/* $OpenBSD: ns_var.h,v 1.8 2002/03/14 03:16:12 millert Exp $ */ #ifdef _KERNEL struct socket; @@ -64,7 +64,7 @@ void ns_pcbdisconnect(struct nspcb *); void ns_pcbdetach(struct nspcb *); void ns_setsockaddr(struct nspcb *, struct mbuf *); void ns_setpeeraddr(struct nspcb *, struct mbuf *); -void ns_pcbnotify __P((struct ns_addr *, int, void (*)(struct nspcb *), long)); +void ns_pcbnotify(struct ns_addr *, int, void (*)(struct nspcb *), long); void ns_rtchange(struct nspcb *); struct nspcb *ns_pcblookup(struct ns_addr *, u_short, int); |