summaryrefslogtreecommitdiff
path: root/content/fetch.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2011-09-27 14:42:45 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2011-09-27 14:42:45 +0000
commite3211bf4fc478d78e881386c6df714061417f48d (patch)
tree09e873d03d591e4f36f4ef5731dc14fe142b739b /content/fetch.h
parent7e7e1f6ed33198102e88cf42a181608269e0c289 (diff)
downloadnetsurf-e3211bf4fc478d78e881386c6df714061417f48d.tar.gz
netsurf-e3211bf4fc478d78e881386c6df714061417f48d.tar.bz2
fetch_can_fetch can take const nsurl.
svn path=/trunk/netsurf/; revision=12902
Diffstat (limited to 'content/fetch.h')
-rw-r--r--content/fetch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/fetch.h b/content/fetch.h
index 66a0f4a44..575206255 100644
--- a/content/fetch.h
+++ b/content/fetch.h
@@ -96,7 +96,7 @@ void fetch_poll(void);
void fetch_quit(void);
const char *fetch_filetype(const char *unix_path);
char *fetch_mimetype(const char *ro_path);
-bool fetch_can_fetch(nsurl *url);
+bool fetch_can_fetch(const nsurl *url);
void fetch_change_callback(struct fetch *fetch,
fetch_callback callback,
void *p);