summaryrefslogtreecommitdiffstats
path: root/sys/netipx/ipx_pcb.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netipx/ipx_pcb.h')
-rw-r--r--sys/netipx/ipx_pcb.h26
1 files changed, 13 insertions, 13 deletions
diff --git a/sys/netipx/ipx_pcb.h b/sys/netipx/ipx_pcb.h
index 482f812..cd1bfe5 100644
--- a/sys/netipx/ipx_pcb.h
+++ b/sys/netipx/ipx_pcb.h
@@ -82,20 +82,20 @@ struct ipxpcb {
#ifdef _KERNEL
extern struct ipxpcb ipxpcb; /* head of list */
-int ipx_pcballoc __P((struct socket *so, struct ipxpcb *head,
- struct thread *p));
-int ipx_pcbbind __P((struct ipxpcb *ipxp, struct sockaddr *nam,
- struct thread *p));
-int ipx_pcbconnect __P((struct ipxpcb *ipxp, struct sockaddr *nam,
- struct thread *p));
-void ipx_pcbdetach __P((struct ipxpcb *ipxp));
-void ipx_pcbdisconnect __P((struct ipxpcb *ipxp));
+int ipx_pcballoc(struct socket *so, struct ipxpcb *head,
+ struct thread *p);
+int ipx_pcbbind(struct ipxpcb *ipxp, struct sockaddr *nam,
+ struct thread *p);
+int ipx_pcbconnect(struct ipxpcb *ipxp, struct sockaddr *nam,
+ struct thread *p);
+void ipx_pcbdetach(struct ipxpcb *ipxp);
+void ipx_pcbdisconnect(struct ipxpcb *ipxp);
struct ipxpcb *
- ipx_pcblookup __P((struct ipx_addr *faddr, int lport, int wildp));
-void ipx_pcbnotify __P((struct ipx_addr *dst, int errno,
- void (*notify)(struct ipxpcb *), long param));
-void ipx_setpeeraddr __P((struct ipxpcb *ipxp, struct sockaddr **nam));
-void ipx_setsockaddr __P((struct ipxpcb *ipxp, struct sockaddr **nam));
+ ipx_pcblookup(struct ipx_addr *faddr, int lport, int wildp);
+void ipx_pcbnotify(struct ipx_addr *dst, int errno,
+ void (*notify)(struct ipxpcb *), long param);
+void ipx_setpeeraddr(struct ipxpcb *ipxp, struct sockaddr **nam);
+void ipx_setsockaddr(struct ipxpcb *ipxp, struct sockaddr **nam);
#endif /* _KERNEL */
#endif /* !_NETIPX_IPX_PCB_H_ */
OpenPOWER on IntegriCloud