summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/ip6_var.h
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2003-10-29 12:49:12 +0000
committerume <ume@FreeBSD.org>2003-10-29 12:49:12 +0000
commitbde54b9152c6e052b2d02175676d7eeac29baa99 (patch)
tree33ddeba020bb7d9d7051a738bcf89b9ae9dcde66 /sys/netinet6/ip6_var.h
parent7020f8aa301ee772c5798cb453325a3f294c8b58 (diff)
downloadFreeBSD-src-bde54b9152c6e052b2d02175676d7eeac29baa99.zip
FreeBSD-src-bde54b9152c6e052b2d02175676d7eeac29baa99.tar.gz
hide m_tag, again.
Requested by: sam
Diffstat (limited to 'sys/netinet6/ip6_var.h')
-rw-r--r--sys/netinet6/ip6_var.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet6/ip6_var.h b/sys/netinet6/ip6_var.h
index 8206755..6edaa1c 100644
--- a/sys/netinet6/ip6_var.h
+++ b/sys/netinet6/ip6_var.h
@@ -345,8 +345,8 @@ char * ip6_get_prevhdr __P((struct mbuf *, int));
int ip6_nexthdr __P((struct mbuf *, int, int, int *));
int ip6_lasthdr __P((struct mbuf *, int, int, int *));
-struct m_tag *ip6_addaux __P((struct mbuf *));
-struct m_tag *ip6_findaux __P((struct mbuf *));
+struct ip6aux *ip6_addaux __P((struct mbuf *));
+struct ip6aux *ip6_findaux __P((struct mbuf *));
void ip6_delaux __P((struct mbuf *));
int ip6_mforward __P((struct ip6_hdr *, struct ifnet *, struct mbuf *));
OpenPOWER on IntegriCloud