From 0de2013f253923a413ed80e1935a149eeea1a8c1 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Tue, 27 Apr 2010 06:48:09 +0000 Subject: Clean up caches on exit svn path=/trunk/netsurf/; revision=10494 --- content/llcache.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'content/llcache.h') diff --git a/content/llcache.h b/content/llcache.h index 3a1e32ca9..d7958b056 100644 --- a/content/llcache.h +++ b/content/llcache.h @@ -160,6 +160,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 -- cgit v1.2.3