diff options
author | Michael Adam <obnox@samba.org> | 2008-03-21 01:04:57 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-03-21 02:25:56 +0100 |
commit | 23b1d721b8262f69cb7e28348c8e5cdf3483d4ea (patch) | |
tree | b900ff8adc3e2b2af59bef3af35b5c63d41a54e0 /source3/lib/smbconf/smbconf.h | |
parent | adf5bf554cd6bfdc5c6e7b1ed54f7f9329b15c50 (diff) | |
download | samba-23b1d721b8262f69cb7e28348c8e5cdf3483d4ea.tar.gz samba-23b1d721b8262f69cb7e28348c8e5cdf3483d4ea.tar.bz2 samba-23b1d721b8262f69cb7e28348c8e5cdf3483d4ea.zip |
libsmbconf: rename smbconf_close() to smbconf_shutdown().
Michael
(This used to be commit 797b26ad3fad27e085827efb61f6b4d8b37e93f0)
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 caa0240a14..33fa82e898 100644 --- a/source3/lib/smbconf/smbconf.h +++ b/source3/lib/smbconf/smbconf.h @@ -34,7 +34,7 @@ struct smbconf_csn { */ WERROR smbconf_init(TALLOC_CTX *mem_ctx, struct smbconf_ctx **conf_ctx); -void smbconf_close(struct smbconf_ctx *ctx); +void smbconf_shutdown(struct smbconf_ctx *ctx); bool smbconf_changed(struct smbconf_ctx *ctx, struct smbconf_csn *csn, const char *service, const char *param); WERROR smbconf_drop(struct smbconf_ctx *ctx); |