summaryrefslogtreecommitdiff
path: root/source3/include/registry.h
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/include/registry.h
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/include/registry.h')
-rw-r--r--source3/include/registry.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/source3/include/registry.h b/source3/include/registry.h
index 3a8a7aaabf..09a8333eb3 100644
--- a/source3/include/registry.h
+++ b/source3/include/registry.h
@@ -130,11 +130,6 @@ struct registry_key {
#define REG_KEY_HKPT 2
-/* The following definitions come from registry/reg_api_regf.c */
-
-WERROR reg_restorekey(struct registry_key *key, const char *fname);
-WERROR reg_savekey(struct registry_key *key, const char *fname);
-
/* The following definitions come from registry/reg_init_basic.c */
WERROR registry_init_common(void);