s3:registry: move reg_api_regf prototypes to their own header file.
commit4696cd6cbe02d93039240f82917582f4e7a91aa9
authorMichael Adam <obnox@samba.org>
Tue, 21 Sep 2010 06:23:20 +0000 (21 08:23 +0200)
committerMichael Adam <obnox@samba.org>
Tue, 21 Sep 2010 06:52:06 +0000 (21 08:52 +0200)
tree70835b4eab1115313f3e70c095acd2fd27af427a
parentb11cc305083844052d0b82560e3a7006b3520f14
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