From dc708ef3a2ec4d55e38c7fd79205d77a0cf33bbb Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Wed, 13 Feb 2008 12:41:00 +0100 Subject: Only export talloc related symbols in libtalloc.so. Michael (This used to be commit 60a4c8411b71f9f17956b51fd882f71273f5b0ca) --- source3/exports/libtalloc.syms | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'source3/exports') diff --git a/source3/exports/libtalloc.syms b/source3/exports/libtalloc.syms index eb34bfc012..87f1c5c63e 100644 --- a/source3/exports/libtalloc.syms +++ b/source3/exports/libtalloc.syms @@ -1,3 +1,6 @@ { - global: *; + global: + talloc_*; + _talloc_*; + local: *; }; -- cgit