From e3211bf4fc478d78e881386c6df714061417f48d Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Tue, 27 Sep 2011 14:42:45 +0000 Subject: fetch_can_fetch can take const nsurl. svn path=/trunk/netsurf/; revision=12902 --- content/fetch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/fetch.c') diff --git a/content/fetch.c b/content/fetch.c index ffabd6799..651f02a7b 100644 --- a/content/fetch.c +++ b/content/fetch.c @@ -523,7 +523,7 @@ void fetch_poll(void) * \return true if the scheme is supported */ -bool fetch_can_fetch(nsurl *url) +bool fetch_can_fetch(const nsurl *url) { scheme_fetcher *fetcher = fetchers; bool match; -- cgit v1.2.3