From 9f3c67e80c8b791cbfef9d58b5aa7a9ecdf909f3 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Wed, 21 Jan 2009 16:59:09 +0100 Subject: 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/lib/smbconf/smbconf_init.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/lib/smbconf/smbconf_init.c') diff --git a/source3/lib/smbconf/smbconf_init.c b/source3/lib/smbconf/smbconf_init.c index a362a663af..f9352e8962 100644 --- a/source3/lib/smbconf/smbconf_init.c +++ b/source3/lib/smbconf/smbconf_init.c @@ -19,6 +19,8 @@ #include "includes.h" #include "smbconf_private.h" +#include "smbconf_txt.h" +#include "smbconf_reg.h" /** * smbconf initialization dispatcher -- cgit