summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2009-03-23 23:14:45 +0100
committerMichael Adam <obnox@samba.org>2009-04-27 11:21:04 +0200
commite935d8616b3846695f4633ca0dbbc36ee54608e4 (patch)
tree1dd35908403e29c187631b8b9f99bff687b7b365 /source3/include/proto.h
parentc9b1734419e795b1f57882de37758e7f1ee25b94 (diff)
downloadsamba-e935d8616b3846695f4633ca0dbbc36ee54608e4.tar.gz
samba-e935d8616b3846695f4633ca0dbbc36ee54608e4.tar.bz2
samba-e935d8616b3846695f4633ca0dbbc36ee54608e4.zip
s3:registry: replace typedef REGISTRY_OPS by struct registry_ops
Michael
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 83436a370e..101831577f 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -4853,8 +4853,8 @@ bool regdb_values_need_update(struct regval_ctr *values);
/* The following definitions come from registry/reg_cachehook.c */
WERROR reghook_cache_init(void);
-WERROR reghook_cache_add(const char *keyname, REGISTRY_OPS *ops);
-REGISTRY_OPS *reghook_cache_find(const char *keyname);
+WERROR reghook_cache_add(const char *keyname, struct registry_ops *ops);
+struct registry_ops *reghook_cache_find(const char *keyname);
void reghook_dump_cache( int debuglevel );
/* The following definitions come from registry/reg_dispatcher.c */