From 97846edfa59b95572d176981bb4bab6a5c06b61c Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 25 May 2010 00:31:01 +0200 Subject: s3:registry: move definition of registry_hook to reg_init_full.c - it's only user --- source3/include/reg_objects.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'source3/include') diff --git a/source3/include/reg_objects.h b/source3/include/reg_objects.h index 00ba68bf5c..770eed64c2 100644 --- a/source3/include/reg_objects.h +++ b/source3/include/reg_objects.h @@ -145,11 +145,6 @@ struct registry_ops { bool (*values_need_update)(struct regval_ctr *values); }; -struct registry_hook { - const char *keyname; /* full path to name of key */ - struct registry_ops *ops; /* registry function hooks */ -}; - /* structure to store the registry handles */ -- cgit