From 6a02385c1c85f404bbf4e5dfd8443d8fc072e052 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Mon, 22 Mar 2004 00:38:08 +0000 Subject: [project @ 2004-03-22 00:38:08 by bursa] Add a fetch_mimetype() for the debug build. svn path=/import/netsurf/; revision=652 --- debug/filetyped.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'debug') diff --git a/debug/filetyped.c b/debug/filetyped.c index 283c4d142..f3fa37c89 100644 --- a/debug/filetyped.c +++ b/debug/filetyped.c @@ -24,3 +24,8 @@ const char *fetch_filetype(const char *unix_path) return "text/html"; } + +char *fetch_mimetype(const char *ro_path) +{ + return strdup("text/plain"); +} -- cgit v1.2.3