From c88a2b6050bf02d1daf2c41c3f286d02b0a985b1 Mon Sep 17 00:00:00 2001 From: wollman Date: Fri, 3 Jan 1997 19:53:35 +0000 Subject: Expose more of these structures to tthe user so that netstat doesn't walk around with its KERNEL exposed. More commits to follow... --- sys/netinet/ip_mroute.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/netinet') diff --git a/sys/netinet/ip_mroute.h b/sys/netinet/ip_mroute.h index aaded80..7c07c94 100644 --- a/sys/netinet/ip_mroute.h +++ b/sys/netinet/ip_mroute.h @@ -35,7 +35,7 @@ * SUCH DAMAGE. * * @(#)ip_mroute.h 8.1 (Berkeley) 6/10/93 - * $Id: ip_mroute.h,v 1.9 1995/08/23 18:20:17 wollman Exp $ + * $Id: ip_mroute.h,v 1.10 1995/12/02 19:38:06 bde Exp $ */ #ifndef _NETINET_IP_MROUTE_H_ @@ -153,8 +153,6 @@ struct sioc_vif_req { }; -#ifdef KERNEL - /* * The kernel's virtual-interface structure. */ @@ -248,6 +246,8 @@ struct tbf struct mbuf *tbf_t; /* tail-insertion pointer */ }; +#ifdef KERNEL + extern int (*ip_mrouter_set) __P((int, struct socket *, struct mbuf *)); extern int (*ip_mrouter_get) __P((int, struct socket *, struct mbuf **)); extern int (*ip_mrouter_done) __P((void)); -- cgit v1.1