Forward port the change to talloc_init() to make all talloc contexts
[kai/samba.git] / source3 / include / talloc.h
index 64a588304134ef7e41f1655eba8cfa7f7451a970..4badddbb88047e4a14ce0577f9df1c45baabd005 100644 (file)
@@ -32,7 +32,7 @@
  **/
 typedef struct talloc_ctx TALLOC_CTX;
 
-TALLOC_CTX *talloc_init_named(char const *fmt, ...) PRINTF_ATTRIBUTE(1, 2);
+TALLOC_CTX *talloc_init(char const *fmt, ...) PRINTF_ATTRIBUTE(1, 2);
 
 char *talloc_vasprintf(TALLOC_CTX *t, const char *fmt, va_list ap)
        PRINTF_ATTRIBUTE(2, 0);