summaryrefslogtreecommitdiff
path: root/content/content.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2010-04-11 16:34:23 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2010-04-11 16:34:23 +0000
commit7577e2a1e6a2b1c3b61cc01b3f3f18476afa05fb (patch)
tree11753f94abe304fb64b2dddc9bf566af87f0bcff /content/content.h
parentad89d5b263ca86c5c55366fc7412cfc1529b13c3 (diff)
downloadnetsurf-7577e2a1e6a2b1c3b61cc01b3f3f18476afa05fb.tar.gz
netsurf-7577e2a1e6a2b1c3b61cc01b3f3f18476afa05fb.tar.bz2
Ensure quirks mode matches when retrieving contents from cache
svn path=/trunk/netsurf/; revision=10360
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 8a24e712f..f8838de2a 100644
--- a/content/content.h
+++ b/content/content.h
@@ -103,6 +103,7 @@ void content_remove_user(struct content *c,
void *pw);
uint32_t content_count_users(struct content *c);
+bool content_matches_quirks(struct content *c, bool quirks);
const struct llcache_handle *content_get_llcache_handle(struct content *c);