1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-12 12:23:50 +03:00

r15838: Back-port tridge's talloc fixes (r15824, r15828) from Samba4.

Jeremy.
This commit is contained in:
Jeremy Allison
2006-05-23 15:57:26 +00:00
committed by Gerald (Jerry) Carter
parent 7c375fd540
commit f6c110ddb8
2 changed files with 37 additions and 3 deletions

View File

@@ -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