Move the implementation of _winreg_RestoreKey to reg_api.c
authorMichael Adam <obnox@samba.org>
Fri, 15 Feb 2008 14:31:31 +0000 (15:31 +0100)
committerMichael Adam <obnox@samba.org>
Fri, 15 Feb 2008 15:23:10 +0000 (16:23 +0100)
commit2222acbac955cd6d5bd48d1ce5cf4b4c7c067093
tree2e3c2a435075983b0e17a54c40475b0a8397e8bc
parentbf6340d00dd631fdc909c20632250977a3a112c4
Move the implementation of _winreg_RestoreKey to reg_api.c

This removes the internals of reg_api from srv_winreg_nt.c entirely,
only reg_api is used there, now. This enlarges the dependencies of
reg_api somewhat now since it adds regfio. But this can be separated
out later. The current goal is to achieve a complete use of reg_api.

Michael
source/Makefile.in
source/registry/reg_api.c
source/rpc_server/srv_winreg_nt.c