summaryrefslogtreecommitdiff
path: root/sys/modules/libmchain
diff options
context:
space:
mode:
authorMike Smith <msmith@FreeBSD.org>2002-01-11 01:16:00 +0000
committerMike Smith <msmith@FreeBSD.org>2002-01-11 01:16:00 +0000
commit07af4a8e64e29219e1965630a66c7e92837d96d3 (patch)
tree907bf900d10c2dfaaef17f09eaa509eb3a39e99d /sys/modules/libmchain
parent93f03548500fbe1dda5140d30fe8a48d4686ed70 (diff)
Notes
Diffstat (limited to 'sys/modules/libmchain')
-rw-r--r--sys/modules/libmchain/Makefile36
1 files changed, 36 insertions, 0 deletions
diff --git a/sys/modules/libmchain/Makefile b/sys/modules/libmchain/Makefile
index 39cfeb042767..d810953038d2 100644
--- a/sys/modules/libmchain/Makefile
+++ b/sys/modules/libmchain/Makefile
@@ -5,4 +5,40 @@
KMOD= libmchain
SRCS= subr_mchain.c
+EXPORT_SYMS= m_fixhdr \
+ mb_init \
+ mb_initm \
+ mb_done \
+ mb_detach \
+ mb_fixhdr \
+ mb_reserve \
+ mb_put_uint8 \
+ mb_put_uint16be \
+ mb_put_uint16le \
+ mb_put_uint32be \
+ mb_put_uint32le \
+ mb_put_int64be \
+ mb_put_int64le \
+ mb_put_mem \
+ mb_put_mbuf \
+ mb_put_uio \
+ md_init \
+ md_initm \
+ md_done \
+ md_append_record \
+ md_next_record \
+ md_get_uint8 \
+ md_get_uint16 \
+ md_get_uint16le \
+ md_get_uint16be \
+ md_get_uint32 \
+ md_get_uint32be \
+ md_get_uint32le \
+ md_get_int64 \
+ md_get_int64be \
+ md_get_int64le \
+ md_get_mem \
+ md_get_mbuf \
+ md_get_uio \
+
.include <bsd.kmod.mk>