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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netipx/ipx_ip.h b/sys/netipx/ipx_ip.h
index 12c1161..fb7c6de 100644
--- a/sys/netipx/ipx_ip.h
+++ b/sys/netipx/ipx_ip.h
@@ -31,7 +31,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * @(#)ipxip.h
+ * @(#)$Id$
*/
#ifndef __NETIPX_IPXIP_H_
@@ -59,7 +59,7 @@ void ipxip_rtchange __P((struct in_addr *dst));
struct ifnet_en *ipxipattach __P((void));
int ipxipioctl __P((struct ifnet *ifp, int cmd, caddr_t data));
void ipxip_input __P((struct mbuf *m, struct ifnet *ifp));
-int ipxipoutput __P((struct ifnet_en *ifn, struct mbuf *m, struct sockaddr *dst));
+int ipxipoutput __P((struct ifnet *ifn, struct mbuf *m, struct sockaddr *dst, struct rtentry *rt));
void ipxipstart __P((struct ifnet *ifp));
int ipxip_route __P((struct mbuf *m));
int ipxip_free __P((struct ifnet *ifp));
OpenPOWER on IntegriCloud