summaryrefslogtreecommitdiffstats
path: root/server/util/util.h
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2008-11-04 17:32:14 -0500
committerSimo Sorce <idra@samba.org>2008-11-04 17:39:27 -0500
commit603f59bcb502c48eb577bc6fd3232a6944756983 (patch)
treec69026d8a2be6fc3c5a871e146a69cc6ea91833c /server/util/util.h
parent4f49323af05f718d21b61f9763d73280430beaf2 (diff)
downloadsssd-603f59bcb502c48eb577bc6fd3232a6944756983.tar.gz
sssd-603f59bcb502c48eb577bc6fd3232a6944756983.tar.xz
sssd-603f59bcb502c48eb577bc6fd3232a6944756983.zip
Rename function, do not use other libraries namespace
Diffstat (limited to 'server/util/util.h')
-rw-r--r--server/util/util.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/server/util/util.h b/server/util/util.h
index 1613c9efe..bb5526e48 100644
--- a/server/util/util.h
+++ b/server/util/util.h
@@ -44,6 +44,8 @@ void CatchChild(void);
void CatchChildLeaveStatus(void);
/* from memory.c */
-//TALLOC_CTX *talloc_takeover(TALLOC_CTX *mem_ctx, void *ptr, int (*destructor)(void *), const char *type);
-TALLOC_CTX *talloc_takeover(TALLOC_CTX *mem_ctx, void *ptr, int (*destructor)(void **));
+TALLOC_CTX *sssd_mem_takeover(TALLOC_CTX *mem_ctx,
+ void *ptr,
+ int (*destructor)(void **));
+
#endif /* __SSSD_UTIL_H__ */