summaryrefslogtreecommitdiff
path: root/source3/include/reg_objects.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/include/reg_objects.h')
-rw-r--r--source3/include/reg_objects.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/include/reg_objects.h b/source3/include/reg_objects.h
index a3f9c9c591..5a4f516402 100644
--- a/source3/include/reg_objects.h
+++ b/source3/include/reg_objects.h
@@ -145,10 +145,10 @@ typedef struct {
bool (*values_need_update)(struct regval_ctr *values);
} REGISTRY_OPS;
-typedef struct {
+struct registry_hook {
const char *keyname; /* full path to name of key */
REGISTRY_OPS *ops; /* registry function hooks */
-} REGISTRY_HOOK;
+};
/* structure to store the registry handles */