summaryrefslogtreecommitdiff
path: root/source3/registry/reg_api_regf.c
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2010-09-21 08:23:20 +0200
committerMichael Adam <obnox@samba.org>2010-09-21 08:52:06 +0200
commit4696cd6cbe02d93039240f82917582f4e7a91aa9 (patch)
tree70835b4eab1115313f3e70c095acd2fd27af427a /source3/registry/reg_api_regf.c
parentb11cc305083844052d0b82560e3a7006b3520f14 (diff)
downloadsamba-4696cd6cbe02d93039240f82917582f4e7a91aa9.tar.gz
samba-4696cd6cbe02d93039240f82917582f4e7a91aa9.tar.bz2
samba-4696cd6cbe02d93039240f82917582f4e7a91aa9.zip
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.
Diffstat (limited to 'source3/registry/reg_api_regf.c')
-rw-r--r--source3/registry/reg_api_regf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/registry/reg_api_regf.c b/source3/registry/reg_api_regf.c
index 8f249b5aa7..394e31afcf 100644
--- a/source3/registry/reg_api_regf.c
+++ b/source3/registry/reg_api_regf.c
@@ -20,6 +20,7 @@
#include "includes.h"
#include "registry.h"
+#include "reg_api_regf.h"
#include "reg_cachehook.h"
#include "regfio.h"
#include "reg_util_internal.h"