s3:libsmbconf: remove the init headers from smbconf.h
authorMichael Adam <obnox@samba.org>
Wed, 21 Jan 2009 15:59:09 +0000 (16:59 +0100)
committerMichael Adam <obnox@samba.org>
Wed, 21 Jan 2009 17:40:54 +0000 (18:40 +0100)
commit9f3c67e80c8b791cbfef9d58b5aa7a9ecdf909f3
tree24d10589498d140fe9f5e49a77f715d9d87464ce
parent52b77c928c14c9742293bcd0b0f82f56696fb5b3
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
source3/include/includes.h
source3/lib/smbconf/smbconf.h
source3/lib/smbconf/smbconf_init.c
source3/lib/smbconf/smbconf_init.h [new file with mode: 0644]
source3/lib/smbconf/smbconf_reg.h [new file with mode: 0644]
source3/lib/smbconf/smbconf_txt.h [new file with mode: 0644]