diff options
author | Michael Adam <obnox@samba.org> | 2009-01-21 16:59:09 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2009-01-21 18:40:54 +0100 |
commit | 9f3c67e80c8b791cbfef9d58b5aa7a9ecdf909f3 (patch) | |
tree | 24d10589498d140fe9f5e49a77f715d9d87464ce /source3/include | |
parent | 52b77c928c14c9742293bcd0b0f82f56696fb5b3 (diff) | |
download | samba-9f3c67e80c8b791cbfef9d58b5aa7a9ecdf909f3.tar.gz samba-9f3c67e80c8b791cbfef9d58b5aa7a9ecdf909f3.tar.bz2 samba-9f3c67e80c8b791cbfef9d58b5aa7a9ecdf909f3.zip |
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
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/includes.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h index 63b567d419..9c7f15b9cb 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -654,6 +654,9 @@ struct smb_iconv_convenience *lp_iconv_convenience(void *lp_ctx); #include "eventlog.h" #include "lib/smbconf/smbconf.h" +#include "lib/smbconf/smbconf_init.h" +#include "lib/smbconf/smbconf_reg.h" +#include "lib/smbconf/smbconf_txt.h" /* Defines for wisXXX functions. */ #define UNI_UPPER 0x1 |