From 6d411e5f987d64e01fc12f8bfac7c9a8b5348ce6 Mon Sep 17 00:00:00 2001 From: "Federico G. Schwindt" Date: Tue, 11 Jan 2000 20:55:00 +0000 Subject: Add ipx_output_type20 prototype. --- sys/netipx/ipx.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/netipx/ipx.h b/sys/netipx/ipx.h index 5d8ff139161..58128410581 100644 --- a/sys/netipx/ipx.h +++ b/sys/netipx/ipx.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ipx.h,v 1.7 2000/01/11 19:31:54 fgsch Exp $ */ +/* $OpenBSD: ipx.h,v 1.8 2000/01/11 20:54:59 fgsch Exp $ */ /*- * @@ -222,6 +222,7 @@ void ipx_input __P((struct mbuf *, ...)); void ipxintr __P((void)); int ipx_output __P((struct mbuf *m0, ...)); int ipx_outputfl __P((struct mbuf *m0, struct route *ro, int flags)); +int ipx_output_type20 __P((struct mbuf *m)); int ipx_raw_usrreq __P((struct socket *so, int req, struct mbuf *m, struct mbuf *nam, struct mbuf *control)); void ipx_undo_route __P((struct route *ro)); -- cgit v1.2.3