From 4b329697f7b1171baea433b24e8886f318a845c9 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Tue, 29 Jun 2010 07:20:12 +0000 Subject: move url database test to test directory svn path=/trunk/netsurf/; revision=10589 --- content/urldb.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'content/urldb.h') diff --git a/content/urldb.h b/content/urldb.h index f31409c41..5080dc52d 100644 --- a/content/urldb.h +++ b/content/urldb.h @@ -73,6 +73,11 @@ void urldb_set_url_persistence(const char *url, bool persist); /* URL insertion */ bool urldb_add_url(const char *url); +struct host_part *urldb_add_host(const char *host); +struct path_data *urldb_add_path(const char *scheme, + unsigned int port, const struct host_part *host, + const char *path, const char *query, const char *fragment, + const char *url); /* URL data modification / lookup */ void urldb_set_url_title(const char *url, const char *title); -- cgit v1.2.3