summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_var.h
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1994-09-14 03:10:15 +0000
committerwollman <wollman@FreeBSD.org>1994-09-14 03:10:15 +0000
commit891e296c7ad59a2799963215248045ffd8be44a9 (patch)
tree47edbd7f3b6acc87d678b1c8b86b0bbac553feab /sys/netinet/ip_var.h
parent63cf74f14d2bd28e0793cb88c9eee0be48f69c05 (diff)
downloadFreeBSD-src-891e296c7ad59a2799963215248045ffd8be44a9.zip
FreeBSD-src-891e296c7ad59a2799963215248045ffd8be44a9.tar.gz
Shuffle some functions and variables around to make it possible for
multicast routing to be implemented as an LKM. (There's still a bit of work to do in this area.)
Diffstat (limited to 'sys/netinet/ip_var.h')
-rw-r--r--sys/netinet/ip_var.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/ip_var.h b/sys/netinet/ip_var.h
index 3e8db96..0dd2fd9 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.4 1994/08/21 05:27:33 paul Exp $
+ * $Id: ip_var.h,v 1.5 1994/09/06 22:42:25 wollman Exp $
*/
#ifndef _NETINET_IP_VAR_H_
@@ -169,7 +169,7 @@ void ip_freef __P((struct ipq *));
void ip_freemoptions __P((struct ip_moptions *));
int ip_getmoptions __P((int, struct ip_moptions *, struct mbuf **));
void ip_init __P((void));
-int ip_mforward __P((struct ip *, struct ifnet *, struct mbuf *,
+extern int (*ip_mforward) __P((struct ip *, struct ifnet *, struct mbuf *,
struct ip_moptions *));
int ip_optcopy __P((struct ip *, struct ip *));
int ip_output __P((struct mbuf *,
OpenPOWER on IntegriCloud