From: Michael Adam Date: Sat, 12 Apr 2008 23:32:51 +0000 (+0200) Subject: registry: adapt copied function header comments. X-Git-Tag: samba-3.3.0pre1~2718 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2e762be0db7a098b6da09756a9c9dfa3931ca3c6;p=thirdparty%2Fsamba.git registry: adapt copied function header comments. Michael --- 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 )