summaryrefslogtreecommitdiffstats
path: root/sys/netipx/ipx_pcb.h
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2002-03-20 02:39:27 +0000
committeralfred <alfred@FreeBSD.org>2002-03-20 02:39:27 +0000
commit8c4c86de23351a059da32e84dccff0bbbc8d3c48 (patch)
tree2a41332f622d84e4f0df94b6de39425b6b6edb69 /sys/netipx/ipx_pcb.h
parent7c9efde44f78fd47045d2489f43bb960037e6ac5 (diff)
downloadFreeBSD-src-8c4c86de23351a059da32e84dccff0bbbc8d3c48.zip
FreeBSD-src-8c4c86de23351a059da32e84dccff0bbbc8d3c48.tar.gz
Remove __P.
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