From 2e762be0db7a098b6da09756a9c9dfa3931ca3c6 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Sun, 13 Apr 2008 01:32:51 +0200 Subject: [PATCH] registry: adapt copied function header comments. Michael --- source/registry/reg_cachehook.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/registry/reg_cachehook.c b/source/registry/reg_cachehook.c index 7ce39aff25c..19943d51fa3 100644 --- a/source/registry/reg_cachehook.c +++ b/source/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 ) -- 2.34.1