summaryrefslogtreecommitdiff
path: root/content/fetch.h
diff options
context:
space:
mode:
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