summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2006-06-19 21:49:25 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2006-06-19 21:49:25 +0000
commit4f249f9d0ab7701876cc5bd6be2338de8dae8e35 (patch)
treef1dab5655f88b29efae58b4041248ef633fb6c15 /desktop
parentcc226c02930d6af81352237e258024b69cc873e5 (diff)
downloadnetsurf-4f249f9d0ab7701876cc5bd6be2338de8dae8e35.tar.gz
netsurf-4f249f9d0ab7701876cc5bd6be2338de8dae8e35.tar.bz2
Merge cookies changes into head - unvalidated transactions and a UI
still need implementing. svn path=/trunk/netsurf/; revision=2632
Diffstat (limited to 'desktop')
-rw-r--r--desktop/netsurf.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/desktop/netsurf.c b/desktop/netsurf.c
index 606774bf3..92f8afcd3 100644
--- a/desktop/netsurf.c
+++ b/desktop/netsurf.c
@@ -15,6 +15,7 @@
#include "netsurf/utils/config.h"
#include "netsurf/content/fetch.h"
#include "netsurf/content/fetchcache.h"
+#include "netsurf/content/urldb.h"
#include "netsurf/desktop/netsurf.h"
#include "netsurf/desktop/browser.h"
#include "netsurf/desktop/gui.h"
@@ -77,6 +78,7 @@ void netsurf_init(int argc, char** argv)
lib_init();
url_init();
+ urldb_init();
gui_init(argc, argv);
setlocale(LC_ALL, "");
fetch_init();