summaryrefslogtreecommitdiff
path: root/sys/netipx/ipx.h
diff options
context:
space:
mode:
authorFederico G. Schwindt <fgsch@cvs.openbsd.org>2000-01-11 20:55:00 +0000
committerFederico G. Schwindt <fgsch@cvs.openbsd.org>2000-01-11 20:55:00 +0000
commit6d411e5f987d64e01fc12f8bfac7c9a8b5348ce6 (patch)
tree7f935827026b71225270826bd170180320bb8f1c /sys/netipx/ipx.h
parent579c4d8436915ac1af8b3ac907bdf116d0954767 (diff)
Add ipx_output_type20 prototype.
Diffstat (limited to 'sys/netipx/ipx.h')
-rw-r--r--sys/netipx/ipx.h3
1 files changed, 2 insertions, 1 deletions
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));