From b2425f88fafb7077534d043afa5cffe0307e968c Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 22 Apr 2008 15:50:42 +0200 Subject: libsmbconf: rename smbconf_init_txt_simple() to smbconf_init_txt(). ...for consistency. Michael (This used to be commit 3d1da73f66b8452693262e2d03f986eec438451d) --- source3/lib/smbconf/smbconf_txt.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source3/lib/smbconf/smbconf_txt.c') diff --git a/source3/lib/smbconf/smbconf_txt.c b/source3/lib/smbconf/smbconf_txt.c index d2dc24a117..ed39b7a9cc 100644 --- a/source3/lib/smbconf/smbconf_txt.c +++ b/source3/lib/smbconf/smbconf_txt.c @@ -624,9 +624,9 @@ static struct smbconf_ops smbconf_ops_txt = { * initialize the smbconf text backend * the only function that is exported from this module */ -WERROR smbconf_init_txt_simple(TALLOC_CTX *mem_ctx, - struct smbconf_ctx **conf_ctx, - const char *path) +WERROR smbconf_init_txt(TALLOC_CTX *mem_ctx, + struct smbconf_ctx **conf_ctx, + const char *path) { WERROR werr; -- cgit