aboutsummaryrefslogtreecommitdiff
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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netipx/ipx_ip.h b/sys/netipx/ipx_ip.h
index 2b016cd966dd..ab2be54cfb8f 100644
--- a/sys/netipx/ipx_ip.h
+++ b/sys/netipx/ipx_ip.h
@@ -33,7 +33,7 @@
*
* @(#)ipxip.h
*
- * $Id$
+ * $Id: ipx_ip.h,v 1.8 1997/02/22 09:41:55 peter Exp $
*/
#ifndef _NETIPX_IPXIP_H_
@@ -62,7 +62,7 @@ void ipxip_input __P((struct mbuf *m, int hlen));
int ipxipioctl __P((struct ifnet *ifp, int cmd, caddr_t data));
int ipxipoutput __P((struct ifnet *ifp, struct mbuf *m,
struct sockaddr *dst, struct rtentry *rt));
-int ipxip_route __P((struct socket *so, struct mbuf *m));
+int ipxip_route __P((struct socket *so, struct mbuf *m, struct proc *p));
void ipxip_rtchange __P((struct in_addr *dst));
void ipxipstart __P((struct ifnet *ifp));