summaryrefslogtreecommitdiff
path: root/content/llcache.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/llcache.h')
-rw-r--r--content/llcache.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/content/llcache.h b/content/llcache.h
index d4ed5f095..1375759a2 100644
--- a/content/llcache.h
+++ b/content/llcache.h
@@ -227,8 +227,7 @@ struct llcache_parameters {
/**
* Initialise the low-level cache
*
- * \param cb Query handler
- * \param pw Pointer to query handler data
+ * \param parameters cache configuration parameters.
* \return NSERROR_OK on success, appropriate error otherwise.
*/
nserror llcache_initialise(const struct llcache_parameters *parameters);