s3:libsmbconf: remove the init headers from smbconf.h
commita5b1d44db7fbdc974d05ad7f50b1eaf4cdddfe5e
authorMichael Adam <obnox@samba.org>
Wed, 21 Jan 2009 15:59:09 +0000 (21 16:59 +0100)
committerKarolin Seeger <kseeger@samba.org>
Fri, 27 Mar 2009 13:15:36 +0000 (27 14:15 +0100)
tree8b9ba4adcab1222dc7e4399d24f3050972555cbc
parent6eeb4b2b04f190cef7733bf85443488559d017d8
s3:libsmbconf: remove the init headers from smbconf.h

give the smbconf_init() dispatcher and the backends
(smbconf_reg and smbconf_txt) a header of their own each.

This allows to use the basic infrastructure and
single backends individually.

Michael

Signed-off-by: Michael Adam <obnox@samba.org>
(cherry picked from commit defb4430114091474dfef0114ebb176bfb5026ea)
source/include/includes.h
source/lib/smbconf/smbconf.h
source/lib/smbconf/smbconf_init.c
source/lib/smbconf/smbconf_init.h [new file with mode: 0644]
source/lib/smbconf/smbconf_reg.h [new file with mode: 0644]
source/lib/smbconf/smbconf_txt.h [new file with mode: 0644]