diff options
author | Michael Adam <obnox@samba.org> | 2008-02-13 12:41:00 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-02-13 12:41:03 +0100 |
commit | dc708ef3a2ec4d55e38c7fd79205d77a0cf33bbb (patch) | |
tree | dde3e7250731d80f6952c074a019c9cdb16a7333 | |
parent | abba82ef5b81f065169bf0ec78494b525354cc26 (diff) | |
download | samba-dc708ef3a2ec4d55e38c7fd79205d77a0cf33bbb.tar.gz samba-dc708ef3a2ec4d55e38c7fd79205d77a0cf33bbb.tar.bz2 samba-dc708ef3a2ec4d55e38c7fd79205d77a0cf33bbb.zip |
Only export talloc related symbols in libtalloc.so.
Michael
(This used to be commit 60a4c8411b71f9f17956b51fd882f71273f5b0ca)
-rw-r--r-- | source3/exports/libtalloc.syms | 5 |
1 files changed, 4 insertions, 1 deletions
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: *; }; |