From 7e922c290f8ab3a4f72608da661428f573459e39 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sun, 21 Mar 2004 21:32:15 +0000 Subject: [project @ 2004-03-21 21:32:15 by jmb] Fix for SparkFS causing problems with uploading zip files. Map filetypes to mimetype properly. svn path=/import/netsurf/; revision=646 --- 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 098ab39d1..e5dfff6a3 100644 --- a/content/fetch.h +++ b/content/fetch.h @@ -50,5 +50,6 @@ void fetch_abort(struct fetch *f); void fetch_poll(void); void fetch_quit(void); const char *fetch_filetype(const char *unix_path); +char *fetch_mimetype(const char *ro_path); #endif -- cgit v1.2.3