s3:registry: move reg_api_regf prototypes to their own header file.
commita64095c309de4cd0a251baf1cabdfa3594d4c436
authorMichael Adam <obnox@samba.org>
Tue, 21 Sep 2010 06:23:20 +0000 (21 08:23 +0200)
committerMichael Adam <obnox@samba.org>
Thu, 28 Oct 2010 21:17:29 +0000 (28 23:17 +0200)
treec32ca963eb8452eaae2c6fb20e5295d410444442
parent378f481962cea8899dee1b9167a634d7905f0b93
s3:registry: move reg_api_regf prototypes to their own header file.

These two calls are currently only used in the WINREG rpc server.
And this reqires linking in the regfio code.
source3/include/registry.h
source3/registry/reg_api_regf.c
source3/registry/reg_api_regf.h [new file with mode: 0644]
source3/rpc_server/srv_winreg_nt.c