Move libnet_conf to a library lib/smbconf/ of its own, fixing the api.
authorMichael Adam <obnox@samba.org>
Mon, 17 Mar 2008 16:29:44 +0000 (17:29 +0100)
committerMichael Adam <obnox@samba.org>
Mon, 17 Mar 2008 17:03:02 +0000 (18:03 +0100)
commit670418c1165f0a149bfdd4bcdc5bde575df43ef2
treef894c4a04e0a85c1fe046ab44c8d8308abcf4fb7
parent8e308b64c015141dd4d557f287433e728974bbce
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/Makefile.in
source3/include/includes.h
source3/lib/smbconf/smbconf.c [moved from source3/libnet/libnet_conf.c with 100% similarity]
source3/lib/smbconf/smbconf.h [new file with mode: 0644]
source3/libnet/libnet.h
source3/libnet/libnet_conf.h [deleted file]