diff options
author | Michael Adam <obnox@samba.org> | 2008-01-03 13:50:55 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-01-03 14:17:49 +0100 |
commit | 90837d048b18ae72199b6f7ed7e1d17b0cc71102 (patch) | |
tree | c8cd014ab3b804fe3df2322c48302620d622348b /source3/libnet | |
parent | 05ff62cf78447dc8caacf4a9d0b4b746f8d8e481 (diff) | |
download | samba-90837d048b18ae72199b6f7ed7e1d17b0cc71102.tar.gz samba-90837d048b18ae72199b6f7ed7e1d17b0cc71102.tar.bz2 samba-90837d048b18ae72199b6f7ed7e1d17b0cc71102.zip |
Rename libnet_smbconf_get_config() to libnet_conf_get_config().
Michael
(This used to be commit e8f7c07699b5b93acd81b24bca908769f0b5e8d8)
Diffstat (limited to 'source3/libnet')
-rw-r--r-- | source3/libnet/libnet_conf.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/libnet/libnet_conf.c b/source3/libnet/libnet_conf.c index f9f1759de2..ec055439d7 100644 --- a/source3/libnet/libnet_conf.c +++ b/source3/libnet/libnet_conf.c @@ -437,9 +437,9 @@ done: * param_names : list of lists of parameter names for each share * param_values : list of lists of parameter values for each share */ -WERROR libnet_smbconf_get_config(TALLOC_CTX *mem_ctx, uint32_t *num_shares, - char ***share_names, uint32_t **num_params, - char ****param_names, char ****param_values) +WERROR libnet_conf_get_config(TALLOC_CTX *mem_ctx, uint32_t *num_shares, + char ***share_names, uint32_t **num_params, + char ****param_names, char ****param_values) { WERROR werr = WERR_OK; TALLOC_CTX *tmp_ctx = NULL; |