summaryrefslogtreecommitdiff
path: root/windows/filetype.c
diff options
context:
space:
mode:
Diffstat (limited to 'windows/filetype.c')
-rw-r--r--windows/filetype.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/windows/filetype.c b/windows/filetype.c
index 7ad862b8b..996e0755e 100644
--- a/windows/filetype.c
+++ b/windows/filetype.c
@@ -22,6 +22,8 @@
#include "utils/log.h"
#include "utils/utils.h"
+#include "windows/filetype.h"
+
/**
* filetype -- determine the MIME type of a local file
*/
@@ -49,9 +51,3 @@ const char *fetch_filetype(const char *unix_path)
return "image/x-ms-bmp";
return "text/html";
}
-
-
-char *fetch_mimetype(const char *ro_path)
-{
- return strdup("text/plain");
-}