summaryrefslogtreecommitdiff
path: root/content/content.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2010-04-07 09:12:09 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2010-04-07 09:12:09 +0000
commit236b6a15e1c458d51ec6f31a6a49b3579e91d2d3 (patch)
treee8f29f2ec3be1c3b145cb519154cefa519ffa0b4 /content/content.h
parentcbf55bd418814a943422dffacf37f18c4ab3e839 (diff)
downloadnetsurf-236b6a15e1c458d51ec6f31a6a49b3579e91d2d3.tar.gz
netsurf-236b6a15e1c458d51ec6f31a6a49b3579e91d2d3.tar.bz2
Add mime-type getter.
svn path=/trunk/netsurf/; revision=10259
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 b9af6c267..a76783bdf 100644
--- a/content/content.h
+++ b/content/content.h
@@ -131,6 +131,7 @@ void content_close(struct hlcache_handle *h);
/* Member accessors */
content_type content_get_type(struct hlcache_handle *c);
+const char *content_get_mime_type(struct hlcache_handle *c);
const char *content_get_url(struct hlcache_handle *c);
const char *content_get_title(struct hlcache_handle *c);
content_status content_get_status(struct hlcache_handle *c);