diff options
author | Michael Adam <obnox@samba.org> | 2007-12-29 12:55:42 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2007-12-29 12:55:42 +0100 |
commit | 1c03f6b6081a54f6b6e684d9a76be039fd468444 (patch) | |
tree | ac7f59aa90f391b706d81f1125d933f5fe3c6e5f /source3/libnet | |
parent | cf90b67d59340e55d2941c63db5cef98d0d71613 (diff) | |
download | samba-1c03f6b6081a54f6b6e684d9a76be039fd468444.tar.gz samba-1c03f6b6081a54f6b6e684d9a76be039fd468444.tar.bz2 samba-1c03f6b6081a54f6b6e684d9a76be039fd468444.zip |
Rename libnet_smbconf_getshares() to libnet_smbconf_get_share_names().
Michael
(This used to be commit 9b3b9aa7e1044719a5112b9e5446e6fbdd7cecf9)
Diffstat (limited to 'source3/libnet')
-rw-r--r-- | source3/libnet/libnet_conf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/libnet/libnet_conf.c b/source3/libnet/libnet_conf.c index 5d15c88252..99fde86adc 100644 --- a/source3/libnet/libnet_conf.c +++ b/source3/libnet/libnet_conf.c @@ -387,8 +387,8 @@ done: /** * get the list of share names defined in the configuration. */ -WERROR libnet_smbconf_getshares(TALLOC_CTX *mem_ctx, uint32_t *num_shares, - char ***share_names) +WERROR libnet_smbconf_get_share_names(TALLOC_CTX *mem_ctx, uint32_t *num_shares, + char ***share_names) { uint32_t count; TALLOC_CTX *tmp_ctx; |