summaryrefslogtreecommitdiff
path: root/source3/libnet/libnet.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/libnet/libnet.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/libnet/libnet.h')
-rw-r--r--source3/libnet/libnet.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/libnet/libnet.h b/source3/libnet/libnet.h
index 97e720f617..6768b948d6 100644
--- a/source3/libnet/libnet.h
+++ b/source3/libnet/libnet.h
@@ -21,7 +21,6 @@
#define __LIBNET_H__
#include "librpc/gen_ndr/libnet_join.h"
-#include "libnet/libnet_conf.h"
#include "libnet/libnet_proto.h"
#endif