summaryrefslogtreecommitdiff
path: root/lib/talloc/talloc.exports
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2009-07-02 09:29:20 -0400
committerSimo Sorce <idra@samba.org>2009-07-03 08:45:29 -0400
commit2738178d1301f9c1c4144c7472c9419911cd816e (patch)
tree7e40836e4677f27d4b7244c462cc71ff80a7820b /lib/talloc/talloc.exports
parentb54e48b830dbc3d66f9de5d2711a57a1630809e2 (diff)
downloadsamba-2738178d1301f9c1c4144c7472c9419911cd816e.tar.gz
samba-2738178d1301f9c1c4144c7472c9419911cd816e.tar.bz2
samba-2738178d1301f9c1c4144c7472c9419911cd816e.zip
Restore ABI compatibility for talloc.
Diffstat (limited to 'lib/talloc/talloc.exports')
-rw-r--r--lib/talloc/talloc.exports6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/talloc/talloc.exports b/lib/talloc/talloc.exports
index b7878453cf..2459c48211 100644
--- a/lib/talloc/talloc.exports
+++ b/lib/talloc/talloc.exports
@@ -12,7 +12,7 @@
talloc_enable_leak_report_full;
talloc_enable_null_tracking;
talloc_find_parent_byname;
- talloc_free;
+ _talloc_free;
talloc_free_children;
talloc_get_name;
talloc_get_size;
@@ -32,6 +32,8 @@
talloc_realloc_fn;
_talloc_reference;
talloc_reference_count;
+ _talloc_reference_loc;
+ talloc_reparent;
talloc_report;
talloc_report_depth_cb;
talloc_report_depth_file;
@@ -42,6 +44,7 @@
talloc_set_name_const;
talloc_show_parents;
_talloc_steal;
+ _talloc_steal_loc;
talloc_strdup;
talloc_strdup_append;
talloc_strdup_append_buffer;
@@ -56,6 +59,7 @@
talloc_vasprintf_append_buffer;
_talloc_zero;
_talloc_zero_array;
+ talloc_free;
local: *;
};