Move implementation of _winreg_SaveKey() from srv_winreg_nt.c to reg_api.c
authorMichael Adam <obnox@samba.org>
Fri, 15 Feb 2008 14:14:20 +0000 (15:14 +0100)
committerMichael Adam <obnox@samba.org>
Fri, 15 Feb 2008 15:23:10 +0000 (16:23 +0100)
commitc720a0e228bd157b8c743f8b98cc63817650d364
tree19a9bdca14ba7a89df6e4972d465c181243d1a28
parent8fffca2e9505e08a6e9b89d88dcb43dc6fa69eb6
Move implementation of _winreg_SaveKey() from srv_winreg_nt.c to reg_api.c

This gives a new function reg_savekey() and hides a piece of
the backend code from srv_winreg_nt.c. One step towards using
reg_api throughout samba code.

Michael
(This used to be commit bf6340d00dd631fdc909c20632250977a3a112c4)
source3/registry/reg_api.c
source3/rpc_server/srv_winreg_nt.c