registry: adapt copied function header comments.
authorMichael Adam <obnox@samba.org>
Sat, 12 Apr 2008 23:32:51 +0000 (01:32 +0200)
committerMichael Adam <obnox@samba.org>
Sat, 12 Apr 2008 23:43:42 +0000 (01:43 +0200)
Michael

source/registry/reg_cachehook.c

index 7ce39aff25cba524ccdf89f97e8b446ed6090a54..19943d51fa369086381805c30e2e4b1069a565cf 100644 (file)
@@ -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 )