From bbca983507bf78f63713719e501ccad64f9a2573 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Sun, 13 Apr 2008 01:32:51 +0200 Subject: registry: adapt copied function header comments. Michael (This used to be commit 2e762be0db7a098b6da09756a9c9dfa3931ca3c6) --- source3/registry/reg_cachehook.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/registry/reg_cachehook.c') diff --git a/source3/registry/reg_cachehook.c b/source3/registry/reg_cachehook.c index 7ce39aff25..19943d51fa 100644 --- a/source3/registry/reg_cachehook.c +++ b/source3/registry/reg_cachehook.c @@ -76,7 +76,7 @@ bool reghook_cache_add(const char *keyname, REGISTRY_OPS *ops) } /********************************************************************** - Initialize the cache tree + Find a key in the cache. *********************************************************************/ REGISTRY_OPS *reghook_cache_find(const char *keyname) @@ -117,7 +117,7 @@ REGISTRY_OPS *reghook_cache_find(const char *keyname) } /********************************************************************** - Initialize the cache tree + Print out the cache tree structure for debugging. *********************************************************************/ void reghook_dump_cache( int debuglevel ) -- cgit