s3:libsmbconf: remove the init headers from smbconf.h
commitdefb4430114091474dfef0114ebb176bfb5026ea
authorMichael Adam <obnox@samba.org>
Wed, 21 Jan 2009 15:59:09 +0000 (21 16:59 +0100)
committerMichael Adam <obnox@samba.org>
Thu, 19 Mar 2009 11:12:06 +0000 (19 12:12 +0100)
treeaeb56e3a139ae9af148f4130ce5909c8feb128ab
parent13521c9c1e0f93ea956c1d0b22f1979e7124c72e
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>
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]