summaryrefslogtreecommitdiff
path: root/content/hlcache.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/hlcache.h')
-rw-r--r--content/hlcache.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/content/hlcache.h b/content/hlcache.h
index afc755e42..5ed37203d 100644
--- a/content/hlcache.h
+++ b/content/hlcache.h
@@ -64,6 +64,11 @@ enum hlcache_retrieve_flag {
};
/**
+ * Finalise the high-level cache, destroying any remaining contents
+ */
+void hlcache_finalise(void);
+
+/**
* Drive the low-level cache poll loop, and attempt to clean the cache.
* No guarantee is made about what, if any, cache cleaning will occur.
*