summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 0dd2fd9..08e0c57 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
OpenPOWER on IntegriCloud