From 0bd2756b974f171eb837d30309e2a46915edd861 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 21 Sep 2010 08:37:14 +0200 Subject: s3:registry: move prototypes from reg_init_basic.c to their own header. --- source3/include/registry.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'source3/include/registry.h') diff --git a/source3/include/registry.h b/source3/include/registry.h index 09a8333eb3..03b4a5c3cc 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_init_basic.c */ - -WERROR registry_init_common(void); -WERROR registry_init_basic(void); - /* The following definitions come from registry/reg_init_full.c */ WERROR registry_init_full(void); -- cgit