summaryrefslogtreecommitdiffstats
path: root/sys/netipx/ipx_ip.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netipx/ipx_ip.h')
-rw-r--r--sys/netipx/ipx_ip.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/netipx/ipx_ip.h b/sys/netipx/ipx_ip.h
index 2aeac7b..2eb3c8e 100644
--- a/sys/netipx/ipx_ip.h
+++ b/sys/netipx/ipx_ip.h
@@ -51,9 +51,9 @@ struct ifnet_en {
#ifdef _KERNEL
-void ipxip_ctlinput __P((int cmd, struct sockaddr *sa, void *arg));
-void ipxip_input __P((struct mbuf *m, int hlen));
-int ipxip_route __P((struct socket *so, struct sockopt *sopt));
+void ipxip_ctlinput(int cmd, struct sockaddr *sa, void *arg);
+void ipxip_input(struct mbuf *m, int hlen);
+int ipxip_route(struct socket *so, struct sockopt *sopt);
#endif
OpenPOWER on IntegriCloud