summaryrefslogtreecommitdiff
path: root/content/fetch.h
diff options
context:
space:
mode:
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);