aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>1995-02-14 06:25:17 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>1995-02-14 06:25:17 +0000
commitc178994d818c073eebd80fb0c5d697600b397d3c (patch)
tree642b20c5ea983eb407733ca96ee7eeccea6df4c0
parent473e9734a8e4e5f48fb69f19f33ca16e5ec15ca2 (diff)
Notes
-rw-r--r--sys/netinet/ip_var.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/netinet/ip_var.h b/sys/netinet/ip_var.h
index 0dd2fd9abb993..08e0c57b31dda 100644
--- a/sys/netinet/ip_var.h
+++ b/sys/netinet/ip_var.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)ip_var.h 8.1 (Berkeley) 6/10/93
- * $Id: ip_var.h,v 1.5 1994/09/06 22:42:25 wollman Exp $
+ * $Id: ip_var.h,v 1.6 1994/09/14 03:10:14 wollman Exp $
*/
#ifndef _NETINET_IP_VAR_H_
@@ -192,6 +192,8 @@ void rip_input __P((struct mbuf *));
int rip_output __P((struct mbuf *, struct socket *, u_long));
int rip_usrreq __P((struct socket *,
int, struct mbuf *, struct mbuf *, struct mbuf *));
+int ip_rsvp_init __P((struct socket *));
+int ip_rsvp_done __P((void));
#endif
#endif