From 4696cd6cbe02d93039240f82917582f4e7a91aa9 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 21 Sep 2010 08:23:20 +0200 Subject: 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 | 5 ----- 1 file changed, 5 deletions(-) (limited to 'source3/include') 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); -- cgit