From e935d8616b3846695f4633ca0dbbc36ee54608e4 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 23 Mar 2009 23:14:45 +0100 Subject: s3:registry: replace typedef REGISTRY_OPS by struct registry_ops Michael --- source3/include/proto.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/include/proto.h') 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 */ -- cgit