summaryrefslogtreecommitdiff
path: root/source3/lib/talloc/talloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/lib/talloc/talloc.h')
-rw-r--r--source3/lib/talloc/talloc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/lib/talloc/talloc.h b/source3/lib/talloc/talloc.h
index 8b17eec03a..27d7d2c423 100644
--- a/source3/lib/talloc/talloc.h
+++ b/source3/lib/talloc/talloc.h
@@ -123,6 +123,7 @@ void *talloc_named_const(const void *context, size_t size, const char *name);
const char *talloc_get_name(const void *ptr);
void *talloc_check_name(const void *ptr, const char *name);
void *talloc_parent(const void *ptr);
+const char *talloc_parent_name(const void *context);
void *talloc_init(const char *fmt, ...) PRINTF_ATTRIBUTE(1,2);
int talloc_free(void *ptr);
void talloc_free_children(void *ptr);