This commit is contained in:
Poul-Henning Kamp 1995-02-14 06:25:17 +00:00
parent 473e9734a8
commit c178994d81

View File

@ -31,7 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* @(#)ip_var.h 8.1 (Berkeley) 6/10/93 * @(#)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_ #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_output __P((struct mbuf *, struct socket *, u_long));
int rip_usrreq __P((struct socket *, int rip_usrreq __P((struct socket *,
int, struct mbuf *, struct mbuf *, struct mbuf *)); int, struct mbuf *, struct mbuf *, struct mbuf *));
int ip_rsvp_init __P((struct socket *));
int ip_rsvp_done __P((void));
#endif #endif
#endif #endif