summaryrefslogtreecommitdiff
path: root/content/hlcache.h
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@netsurf-browser.org>2011-03-13 20:20:31 +0000
committerDaniel Silverstone <dsilvers@netsurf-browser.org>2011-03-13 20:20:31 +0000
commite083b503a0608f99b0651cc55bafd3a99f2121b4 (patch)
tree13d18f51ee076d3713b7ae6c071bef84d9aed668 /content/hlcache.h
parent8c1e6db760887f5fc8e0c325b6e698bc0da1de46 (diff)
downloadnetsurf-e083b503a0608f99b0651cc55bafd3a99f2121b4.tar.gz
netsurf-e083b503a0608f99b0651cc55bafd3a99f2121b4.tar.bz2
Ensure we stop the hlcache schedule before we quit the gui
svn path=/trunk/netsurf/; revision=12036
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);