From 236b6a15e1c458d51ec6f31a6a49b3579e91d2d3 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Wed, 7 Apr 2010 09:12:09 +0000 Subject: Add mime-type getter. svn path=/trunk/netsurf/; revision=10259 --- content/content_protected.h | 1 + 1 file changed, 1 insertion(+) (limited to 'content/content_protected.h') diff --git a/content/content_protected.h b/content/content_protected.h index 013a9645f..16760180b 100644 --- a/content/content_protected.h +++ b/content/content_protected.h @@ -207,6 +207,7 @@ void content__reformat(struct content *c, int width, int height); bool content__set_title(struct content *c, const char *title); content_type content__get_type(struct content *c); +const char *content__get_mime_type(struct content *c); const char *content__get_url(struct content *c); const char *content__get_title(struct content *c); content_status content__get_status(struct content *c); -- cgit v1.2.3