summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2010-05-25 00:31:01 +0200
committerMichael Adam <obnox@samba.org>2010-05-25 10:35:27 +0200
commit97846edfa59b95572d176981bb4bab6a5c06b61c (patch)
treecb1f3ce32245e695811f0e00cf08e0321fd873bb /source3/include
parente829b42978d91cf8a5ec67cd322e66a538f7fd75 (diff)
downloadsamba-97846edfa59b95572d176981bb4bab6a5c06b61c.tar.gz
samba-97846edfa59b95572d176981bb4bab6a5c06b61c.tar.bz2
samba-97846edfa59b95572d176981bb4bab6a5c06b61c.zip
s3:registry: move definition of registry_hook to reg_init_full.c - it's only user
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/reg_objects.h5
1 files changed, 0 insertions, 5 deletions
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 */