summaryrefslogtreecommitdiff
path: root/content/hlcache.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/hlcache.h')
-rw-r--r--content/hlcache.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/content/hlcache.h b/content/hlcache.h
index 6738fea53..3006b9e4d 100644
--- a/content/hlcache.h
+++ b/content/hlcache.h
@@ -73,6 +73,12 @@ enum hlcache_retrieve_flag {
nserror hlcache_initialise(llcache_query_callback cb, void *pw);
/**
+ * Stop the high-level cache periodic functionality so that the
+ * exit sequence can run.
+ */
+void hlcache_stop(void);
+
+/**
* Finalise the high-level cache, destroying any remaining contents
*/
void hlcache_finalise(void);