From d25b2adf34a86c8abd0129304143f72dd6a9807c Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 21 Sep 2010 08:45:06 +0200 Subject: s3:registry: move prototype from reg_init_full.c to its own header. --- source3/include/registry.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source3/include/registry.h') diff --git a/source3/include/registry.h b/source3/include/registry.h index 03b4a5c3cc..99990eca98 100644 --- a/source3/include/registry.h +++ b/source3/include/registry.h @@ -130,10 +130,6 @@ struct registry_key { #define REG_KEY_HKPT 2 -/* The following definitions come from registry/reg_init_full.c */ - -WERROR registry_init_full(void); - /* The following definitions come from registry/reg_init_smbconf.c */ WERROR registry_init_smbconf(const char *keyname); -- cgit