summaryrefslogtreecommitdiff
path: root/content/content.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2010-04-16 20:54:57 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2010-04-16 20:54:57 +0000
commitbe3b246eabef4573385b7af5bdb4b4e02529c485 (patch)
tree9866e3f0750add1ed826eb16c15d16edb547f580 /content/content.h
parentbf27f667c96392cdef3bcb23dc4ad70dac018e74 (diff)
downloadnetsurf-be3b246eabef4573385b7af5bdb4b4e02529c485.tar.gz
netsurf-be3b246eabef4573385b7af5bdb4b4e02529c485.tar.bz2
Add accessor for quirks
svn path=/trunk/netsurf/; revision=10415
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 fbdb93454..652409533 100644
--- a/content/content.h
+++ b/content/content.h
@@ -146,6 +146,7 @@ const char *content_get_source_data(struct hlcache_handle *c,
void content_invalidate_reuse_data(struct hlcache_handle *c);
const char *content_get_refresh_url(struct hlcache_handle *c);
struct bitmap *content_get_bitmap(struct hlcache_handle *c);
+bool content_get_quirks(struct hlcache_handle *c);
bool content_is_locked(struct hlcache_handle *h);