From 27562bf838d749e81333fd74349902499ccd3f0a Mon Sep 17 00:00:00 2001 From: James Bursa Date: Fri, 2 Apr 2004 13:51:13 +0000 Subject: [project @ 2004-04-02 13:51:13 by bursa] Implement fetch_can_fetch(). svn path=/import/netsurf/; revision=699 --- content/fetch.h | 1 + 1 file changed, 1 insertion(+) (limited to 'content/fetch.h') 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 -- cgit v1.2.3