From 670418c1165f0a149bfdd4bcdc5bde575df43ef2 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 17 Mar 2008 17:29:44 +0100 Subject: Move libnet_conf to a library lib/smbconf/ of its own, fixing the api. The libnet_conf code to access the registry based configuration has become more of a library used in several places in samba (e.g. loadparm) than an abstraction of "net conf". So I move it to a location lib/smbconf/. In the same breath, the api is fixed (not generated by make proto anymore). Michael (This used to be commit 5315ef41f403b96715dd68b512e9e74662e2910a) --- source3/include/includes.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/include') diff --git a/source3/include/includes.h b/source3/include/includes.h index 36c71d7533..c56c3cfd18 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -726,6 +726,8 @@ typedef char fstring[FSTRING_LEN]; #include "async_req.h" #include "async_smb.h" +#include "lib/smbconf/smbconf.h" + /* used in net.c */ struct functable { const char *funcname; -- cgit