s3:registry: move higher level function reg_open_path to new module reg_api_util
authorMichael Adam <obnox@samba.org>
Mon, 20 Sep 2010 00:42:10 +0000 (02:42 +0200)
committerMichael Adam <obnox@samba.org>
Mon, 20 Sep 2010 17:58:01 +0000 (19:58 +0200)
commit0f7e503d21562a8c8aee3de609bdcade790bc7a0
tree4c56ce4ec85d21632b5060bdb98f281520cf1da9
parentc9e17edfc6f9dc7f3ae251102dbb7bfcf08a770d
s3:registry: move higher level function reg_open_path to new module reg_api_util

The reg_api.c code should just export functions that direclty relate to winreg
api calls.
source3/Makefile.in
source3/include/registry.h
source3/lib/smbconf/smbconf_reg.c
source3/libgpo/gpo_reg.c
source3/registry/reg_api.c
source3/registry/reg_api_util.c [new file with mode: 0644]
source3/registry/reg_api_util.h [new file with mode: 0644]
source3/registry/reg_util_legacy.c
source3/rpc_server/srv_eventlog_nt.c