summaryrefslogtreecommitdiffstats
path: root/sys/netipx/ipx_if.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netipx/ipx_if.h')
-rw-r--r--sys/netipx/ipx_if.h13
1 files changed, 10 insertions, 3 deletions
diff --git a/sys/netipx/ipx_if.h b/sys/netipx/ipx_if.h
index f6e0f70..2c49ec5 100644
--- a/sys/netipx/ipx_if.h
+++ b/sys/netipx/ipx_if.h
@@ -80,11 +80,18 @@ struct ipxip_req {
#endif
#ifdef KERNEL
+
extern struct ifqueue ipxintrq; /* IPX input packet queue */
extern struct ipx_ifaddr *ipx_ifaddr;
-int ipx_ifinit();
-void ipx_ifscrub();
-struct ipx_ifaddr *ipx_iaonnetof();
+
+#include <sys/cdefs.h>
+
+__BEGIN_DECLS
+int ipx_ifinit __P((struct ifnet *ifp, struct ipx_ifaddr *ia, struct sockaddr_ipx *sipx, int scrub));
+void ipx_ifscrub __P((struct ifnet *ifp, struct ipx_ifaddr *ia));
+struct ipx_ifaddr *ipx_iaonnetof __P((struct ipx_addr *dst));
+__END_DECLS
+
#endif
#endif
OpenPOWER on IntegriCloud