summaryrefslogtreecommitdiff
path: root/content/fetch.h
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2004-04-02 13:51:13 +0000
committerJames Bursa <james@netsurf-browser.org>2004-04-02 13:51:13 +0000
commit27562bf838d749e81333fd74349902499ccd3f0a (patch)
treeff6200b79701d1908f48a678f61e401e0e228deb /content/fetch.h
parent9454b8bca10f2ac8e224b9d60d71355b36194555 (diff)
downloadnetsurf-27562bf838d749e81333fd74349902499ccd3f0a.tar.gz
netsurf-27562bf838d749e81333fd74349902499ccd3f0a.tar.bz2
[project @ 2004-04-02 13:51:13 by bursa]
Implement fetch_can_fetch(). svn path=/import/netsurf/; revision=699
Diffstat (limited to 'content/fetch.h')
-rw-r--r--content/fetch.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/fetch.h b/content/fetch.h
index e5dfff6a3..f906b4bd4 100644
--- a/content/fetch.h
+++ b/content/fetch.h
@@ -51,5 +51,6 @@ 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(const char *url);
#endif