summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/talloc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/talloc.h b/source3/include/talloc.h
index 1001a95170..17032ac7ac 100644
--- a/source3/include/talloc.h
+++ b/source3/include/talloc.h
@@ -139,6 +139,7 @@ void *talloc_autofree_context(void);
size_t talloc_get_size(const void *ctx);
void *talloc_find_parent_byname(const void *ctx, const char *name);
void talloc_show_parents(const void *context, FILE *file);
+int talloc_is_parent(const void *context, const char *ptr);
#endif