diff options
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/talloc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/talloc.h b/source3/include/talloc.h index a4f19d3587..738506e323 100644 --- a/source3/include/talloc.h +++ b/source3/include/talloc.h @@ -122,6 +122,7 @@ void *_talloc_zero_array(const void *ctx, size_t el_size, unsigned count, const void *_talloc_realloc_array(const void *ctx, void *ptr, size_t el_size, unsigned count, const char *name); void *talloc_realloc_fn(const void *context, void *ptr, size_t size); void *talloc_autofree_context(void); +size_t talloc_get_size(const void *ctx); #endif |