diff options
author | Michael Adam <obnox@samba.org> | 2008-03-20 23:41:39 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-03-21 02:25:56 +0100 |
commit | adf5bf554cd6bfdc5c6e7b1ed54f7f9329b15c50 (patch) | |
tree | 1e021aec112f440d5f86383008a029604f3ca8f4 /source3/lib/smbconf/smbconf.h | |
parent | ac7c582ec0a357c5b0e53bf38dd09a34eaab64eb (diff) | |
download | samba-adf5bf554cd6bfdc5c6e7b1ed54f7f9329b15c50.tar.gz samba-adf5bf554cd6bfdc5c6e7b1ed54f7f9329b15c50.tar.bz2 samba-adf5bf554cd6bfdc5c6e7b1ed54f7f9329b15c50.zip |
libsmbconf: rename smbconf_open() to smbconf_init().
That's more appropriate.
Michael
(This used to be commit d7bd9bb8aa2003ec0a9860df26857f67255febe2)
Diffstat (limited to 'source3/lib/smbconf/smbconf.h')
-rw-r--r-- | source3/lib/smbconf/smbconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/smbconf/smbconf.h b/source3/lib/smbconf/smbconf.h index c15caf4ea9..caa0240a14 100644 --- a/source3/lib/smbconf/smbconf.h +++ b/source3/lib/smbconf/smbconf.h @@ -33,7 +33,7 @@ struct smbconf_csn { * (Backends and possibly remote support being added ...) */ -WERROR smbconf_open(TALLOC_CTX *mem_ctx, struct smbconf_ctx **conf_ctx); +WERROR smbconf_init(TALLOC_CTX *mem_ctx, struct smbconf_ctx **conf_ctx); void smbconf_close(struct smbconf_ctx *ctx); bool smbconf_changed(struct smbconf_ctx *ctx, struct smbconf_csn *csn, const char *service, const char *param); |