mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
caf83bcb76
This call creates a new share definition, using the parameters provided with a smbconf_service structure. Such an interface allows for simple cloning of services with: smbconf_get_share(conf_ctx, mem_ctx, base_sharename, &base_service_def); base_service_def->name = clone_sharename; smbconf_create_set_share(conf_ctx, base_service_def); Pair-Programmed-With: Michael Adam <obnox@samba.org> Signed-off-by: David Disseldorp <ddiss@samba.org> Signed-off-by: Michael Adam <obnox@samba.org> |
||
---|---|---|
.. | ||
smbconf_private.h | ||
smbconf_txt.c | ||
smbconf_txt.h | ||
smbconf_util.c | ||
smbconf.c | ||
smbconf.h | ||
wscript_build |