summaryrefslogtreecommitdiff
path: root/content/content.h
diff options
context:
space:
mode:
authorFrançois Revel <mmu_man@netsurf-browser.org>2008-10-03 04:30:47 +0000
committerFrançois Revel <mmu_man@netsurf-browser.org>2008-10-03 04:30:47 +0000
commit54a49823b5a6e54054037708ec0b73d197d9b0aa (patch)
treeb685f1c89e72673d4926816ce7237f66445ba1ac /content/content.h
parent54ccbc94edd7cae429129dea5467557aa4039f4e (diff)
downloadnetsurf-54a49823b5a6e54054037708ec0b73d197d9b0aa.tar.gz
netsurf-54a49823b5a6e54054037708ec0b73d197d9b0aa.tar.bz2
Revert r5478, I didn't notice content struct had a mime_type field.
svn path=/trunk/netsurf/; revision=5480
Diffstat (limited to 'content/content.h')
-rw-r--r--content/content.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/content/content.h b/content/content.h
index a75fd22b2..75be8cfb1 100644
--- a/content/content.h
+++ b/content/content.h
@@ -281,7 +281,6 @@ 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);