From f5aac0a8d01885d06594c4bbe0ff815bb9339a0c Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 8 Apr 2008 10:16:03 +0200 Subject: libsmbconf: add talloc context to the get_includes methods. Michael (This used to be commit ed535b6b30b5c9412803f6373eadc704de6de2f9) --- source3/lib/smbconf/smbconf_private.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/lib/smbconf/smbconf_private.h') diff --git a/source3/lib/smbconf/smbconf_private.h b/source3/lib/smbconf/smbconf_private.h index 1f26fca1ea..bed8f8e5ed 100644 --- a/source3/lib/smbconf/smbconf_private.h +++ b/source3/lib/smbconf/smbconf_private.h @@ -52,6 +52,7 @@ struct smbconf_ops { WERROR (*delete_parameter)(struct smbconf_ctx *ctx, const char *service, const char *param); WERROR (*get_includes)(struct smbconf_ctx *ctx, + TALLOC_CTX *mem_ctx, const char *service, uint32_t *num_includes, char ***includes); WERROR (*set_includes)(struct smbconf_ctx *ctx, -- cgit