diff options
Diffstat (limited to 'source3/include/talloc_stack.h')
-rw-r--r-- | source3/include/talloc_stack.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/talloc_stack.h b/source3/include/talloc_stack.h index 331893cbd6..a2a12f8a63 100644 --- a/source3/include/talloc_stack.h +++ b/source3/include/talloc_stack.h @@ -45,6 +45,7 @@ */ TALLOC_CTX *talloc_stackframe(void); +TALLOC_CTX *talloc_stackframe_pool(size_t poolsize); /* * Get us the current top of the talloc stack. |