summaryrefslogtreecommitdiff
path: root/content/llcache.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/llcache.h')
-rw-r--r--content/llcache.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/content/llcache.h b/content/llcache.h
index 3a1e32ca9..d7958b056 100644
--- a/content/llcache.h
+++ b/content/llcache.h
@@ -161,6 +161,11 @@ typedef nserror (*llcache_query_callback)(const llcache_query *query, void *pw,
nserror llcache_initialise(llcache_query_callback cb, void *pw);
/**
+ * Finalise the low-level cache
+ */
+void llcache_finalise(void);
+
+/**
* Cause the low-level cache to emit any pending notifications
* and attempt to clean the cache. No guarantee is made about
* what, if any, cache cleaning will occur.