summaryrefslogtreecommitdiff
path: root/content/content.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/content.h')
-rw-r--r--content/content.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/content.h b/content/content.h
index 75be8cfb1..a75fd22b2 100644
--- a/content/content.h
+++ b/content/content.h
@@ -281,6 +281,7 @@ extern const char * const content_status_name[];
content_type content_lookup(const char *mime_type);
+const char *content_mime(content_type type);
struct content * content_create(const char *url);
struct content * content_get(const char *url);
struct content * content_get_ready(const char *url);