From a35daebaf1d0201077fe57f78350804c2e4fde50 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 21 Sep 2010 08:50:54 +0200 Subject: s3:registry: move prototype from reg_init_smbconf.c to its 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 99990eca98..c87b89af7b 100644 --- a/source3/include/registry.h +++ b/source3/include/registry.h @@ -129,9 +129,4 @@ struct registry_key { #define REG_KEY_HKPD 1 #define REG_KEY_HKPT 2 - -/* The following definitions come from registry/reg_init_smbconf.c */ - -WERROR registry_init_smbconf(const char *keyname); - #endif /* _REGISTRY_H */ -- cgit