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:
committed by
Gerald (Jerry) Carter
parent
7c375fd540
commit
f6c110ddb8
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user