Only export talloc related symbols in libtalloc.so.
authorMichael Adam <obnox@samba.org>
Wed, 13 Feb 2008 11:41:00 +0000 (12:41 +0100)
committerMichael Adam <obnox@samba.org>
Wed, 13 Feb 2008 11:41:03 +0000 (12:41 +0100)
Michael
(This used to be commit 60a4c8411b71f9f17956b51fd882f71273f5b0ca)

source3/exports/libtalloc.syms

index eb34bfc012a568490d320f0e59b586f431337be7..87f1c5c63ef1df21829c7ccde8dd5834a99c1fa1 100644 (file)
@@ -1,3 +1,6 @@
 {
-       global: *;
+       global:
+               talloc_*;
+               _talloc_*;
+       local: *;
 };