libsmbconf: remove the bool verbatim parameter from txt backend init function.
commite8bafcfbf4a7ab1dc1ce4f2acd24b0eb74933256
authorMichael Adam <obnox@samba.org>
Sun, 13 Apr 2008 14:32:05 +0000 (13 16:32 +0200)
committerMichael Adam <obnox@samba.org>
Sun, 13 Apr 2008 18:04:43 +0000 (13 20:04 +0200)
tree4026a2473f1bd32d2c0e667a3a33baf159d44faa
parent3fb95ab757650712716472ebaccb7119feb27596
libsmbconf: remove the bool verbatim parameter from txt backend init function.

Always be verbatim for now. Backend config options may be added later
via some private data pointer.

Michael
source/lib/smbconf/smbconf.h
source/lib/smbconf/smbconf_txt_simple.c
source/lib/smbconf/testsuite.c
source/utils/net_conf.c