summaryrefslogtreecommitdiff
path: root/source3/include/registry.h
diff options
context:
space:
mode:
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);