summaryrefslogtreecommitdiff
path: root/desktop/netsurf.c
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@netsurf-browser.org>2011-03-13 18:26:46 +0000
committerDaniel Silverstone <dsilvers@netsurf-browser.org>2011-03-13 18:26:46 +0000
commit93e9bfe3232fbcb3531acf07a870ed404c526f27 (patch)
tree7835b3cc4ac66d21fc64460c5f11f6e62760a042 /desktop/netsurf.c
parentc615507e150592895980608d00601beed16d28b9 (diff)
downloadnetsurf-93e9bfe3232fbcb3531acf07a870ed404c526f27.tar.gz
netsurf-93e9bfe3232fbcb3531acf07a870ed404c526f27.tar.bz2
Shunt the schedule function definitions to desktop/schedule.h. Shunt the hlcache/llcache to using schedule to get their cleanups run.
svn path=/trunk/netsurf/; revision=12029
Diffstat (limited to 'desktop/netsurf.c')
-rw-r--r--desktop/netsurf.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/desktop/netsurf.c b/desktop/netsurf.c
index 789868ec3..3edbae8d5 100644
--- a/desktop/netsurf.c
+++ b/desktop/netsurf.c
@@ -145,8 +145,9 @@ nserror netsurf_init(int *pargc,
setlocale(LC_ALL, "C");
fetch_init();
-
- llcache_initialise(netsurf_llcache_query_handler, NULL);
+
+ /* Initialise the hlcache and allow it to init the llcache for us */
+ hlcache_initialise(netsurf_llcache_query_handler, NULL);
/* Initialize system colours */
gui_system_colour_init();