summaryrefslogtreecommitdiff
path: root/content/fetch.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2004-03-21 21:32:15 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2004-03-21 21:32:15 +0000
commit7e922c290f8ab3a4f72608da661428f573459e39 (patch)
tree634ba4c2cca135353c35bd29ac94691717551f1e /content/fetch.h
parent3aeafecd7b547e3f535fb5a700fc20e590dab967 (diff)
downloadnetsurf-7e922c290f8ab3a4f72608da661428f573459e39.tar.gz
netsurf-7e922c290f8ab3a4f72608da661428f573459e39.tar.bz2
[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
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 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