summaryrefslogtreecommitdiff
path: root/source3/registry/reg_cachehook.c
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-04-13 01:32:51 +0200
committerMichael Adam <obnox@samba.org>2008-04-13 01:43:42 +0200
commitbbca983507bf78f63713719e501ccad64f9a2573 (patch)
treea956f73c2149d88a8b3c4b71a39eeaa4e00ec57f /source3/registry/reg_cachehook.c
parent413c2e9b0aed25ef49b4344c1aec145d0e45a51e (diff)
downloadsamba-bbca983507bf78f63713719e501ccad64f9a2573.tar.gz
samba-bbca983507bf78f63713719e501ccad64f9a2573.tar.bz2
samba-bbca983507bf78f63713719e501ccad64f9a2573.zip
registry: adapt copied function header comments.
Michael (This used to be commit 2e762be0db7a098b6da09756a9c9dfa3931ca3c6)
Diffstat (limited to 'source3/registry/reg_cachehook.c')
-rw-r--r--source3/registry/reg_cachehook.c4
1 files changed, 2 insertions, 2 deletions
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 )