summaryrefslogtreecommitdiffstats
path: root/sys/sys/mbuf.h
diff options
context:
space:
mode:
authorglebius <glebius@FreeBSD.org>2004-10-11 18:40:19 +0000
committerglebius <glebius@FreeBSD.org>2004-10-11 18:40:19 +0000
commite84a71d3309b85356f20c9f58cd7c7193758f3e0 (patch)
treea9c9d24436e50842433b707f56ee526d8e397450 /sys/sys/mbuf.h
parent51987254305aab9b726118e2a058c238b9c6dd49 (diff)
downloadFreeBSD-src-e84a71d3309b85356f20c9f58cd7c7193758f3e0.zip
FreeBSD-src-e84a71d3309b85356f20c9f58cd7c7193758f3e0.tar.gz
Rename _m_tag_free() to m_tag_free_default() and make it non-static.
Approved by: sam
Diffstat (limited to 'sys/sys/mbuf.h')
-rw-r--r--sys/sys/mbuf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/mbuf.h b/sys/sys/mbuf.h
index 78053e9..4baef3a 100644
--- a/sys/sys/mbuf.h
+++ b/sys/sys/mbuf.h
@@ -648,6 +648,7 @@ struct mbuf *m_uiotombuf(struct uio *, int, int);
struct m_tag *m_tag_alloc(u_int32_t, int, int, int);
void m_tag_delete(struct mbuf *, struct m_tag *);
void m_tag_delete_chain(struct mbuf *, struct m_tag *);
+void m_tag_free_default(struct m_tag *);
struct m_tag *m_tag_locate(struct mbuf *, u_int32_t, int, struct m_tag *);
struct m_tag *m_tag_copy(struct m_tag *, int);
int m_tag_copy_chain(struct mbuf *, struct mbuf *, int);
OpenPOWER on IntegriCloud