summaryrefslogtreecommitdiff
path: root/sys/netinet/ip_mroute.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netinet/ip_mroute.h')
-rw-r--r--sys/netinet/ip_mroute.h30
1 files changed, 15 insertions, 15 deletions
diff --git a/sys/netinet/ip_mroute.h b/sys/netinet/ip_mroute.h
index a315cd025d6..a4e7fdccc01 100644
--- a/sys/netinet/ip_mroute.h
+++ b/sys/netinet/ip_mroute.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ip_mroute.h,v 1.7 2001/06/09 07:03:42 angelos Exp $ */
+/* $OpenBSD: ip_mroute.h,v 1.8 2002/03/14 01:27:11 millert Exp $ */
/* $NetBSD: ip_mroute.h,v 1.10 1996/02/13 23:42:55 christos Exp $ */
#ifndef _NETINET_IP_MROUTE_H_
@@ -213,24 +213,24 @@ struct pkt_queue {
struct ip *pkt_ip; /* pointer to ip header */
};
-int ip_mrouter_set __P((int, struct socket *, struct mbuf **));
-int ip_mrouter_get __P((int, struct socket *, struct mbuf **));
-int mrt_ioctl __P((u_long, caddr_t));
-int ip_mrouter_done __P((void));
-void reset_vif __P((struct vif *));
-void vif_delete __P((struct ifnet *));
+int ip_mrouter_set(int, struct socket *, struct mbuf **);
+int ip_mrouter_get(int, struct socket *, struct mbuf **);
+int mrt_ioctl(u_long, caddr_t);
+int ip_mrouter_done(void);
+void reset_vif(struct vif *);
+void vif_delete(struct ifnet *);
#ifdef RSVP_ISI
-int ip_mforward __P((struct mbuf *, struct ifnet *, struct ip_moptions *));
-int legal_vif_num __P((int));
-int ip_rsvp_vif_init __P((struct socket *, struct mbuf *));
-int ip_rsvp_vif_done __P((struct socket *, struct mbuf *));
-void ip_rsvp_force_done __P((struct socket *));
-void rsvp_input __P((struct mbuf *, int, int));
+int ip_mforward(struct mbuf *, struct ifnet *, struct ip_moptions *);
+int legal_vif_num(int);
+int ip_rsvp_vif_init(struct socket *, struct mbuf *);
+int ip_rsvp_vif_done(struct socket *, struct mbuf *);
+void ip_rsvp_force_done(struct socket *);
+void rsvp_input(struct mbuf *, int, int);
#else
-int ip_mforward __P((struct mbuf *, struct ifnet *));
+int ip_mforward(struct mbuf *, struct ifnet *);
#endif /* RSVP_ISI */
-void ipip_mroute_input __P((struct mbuf *, ...));
+void ipip_mroute_input(struct mbuf *, ...);
#endif /* _KERNEL */
#endif /* _NETINET_IP_MROUTE_H_ */