summaryrefslogtreecommitdiff
path: root/debug/filetyped.c
diff options
context:
space:
mode:
Diffstat (limited to 'debug/filetyped.c')
-rw-r--r--debug/filetyped.c5
1 files changed, 5 insertions, 0 deletions
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");
+}