summaryrefslogtreecommitdiff
path: root/source3/include/includes.h
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-03-17 17:29:44 +0100
committerMichael Adam <obnox@samba.org>2008-03-17 18:03:02 +0100
commit670418c1165f0a149bfdd4bcdc5bde575df43ef2 (patch)
treef894c4a04e0a85c1fe046ab44c8d8308abcf4fb7 /source3/include/includes.h
parent8e308b64c015141dd4d557f287433e728974bbce (diff)
downloadsamba-670418c1165f0a149bfdd4bcdc5bde575df43ef2.tar.gz
samba-670418c1165f0a149bfdd4bcdc5bde575df43ef2.tar.bz2
samba-670418c1165f0a149bfdd4bcdc5bde575df43ef2.zip
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)
Diffstat (limited to 'source3/include/includes.h')
-rw-r--r--source3/include/includes.h2
1 files changed, 2 insertions, 0 deletions
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;