summaryrefslogtreecommitdiff
path: root/content/content.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2010-04-11 16:37:39 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2010-04-11 16:37:39 +0000
commitff8791a3f79426fc49f4bb01a12e2c6c975fc455 (patch)
tree1011974304ea2218547884f8caae76a7d396b67b /content/content.h
parent7577e2a1e6a2b1c3b61cc01b3f3f18476afa05fb (diff)
downloadnetsurf-ff8791a3f79426fc49f4bb01a12e2c6c975fc455.tar.gz
netsurf-ff8791a3f79426fc49f4bb01a12e2c6c975fc455.tar.bz2
Ensure content can be shared when retrieving from cache
svn path=/trunk/netsurf/; revision=10361
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 f8838de2a..fbdb93454 100644
--- a/content/content.h
+++ b/content/content.h
@@ -104,6 +104,7 @@ void content_remove_user(struct content *c,
uint32_t content_count_users(struct content *c);
bool content_matches_quirks(struct content *c, bool quirks);
+bool content_is_shareable(struct content *c);
const struct llcache_handle *content_get_llcache_handle(struct content *c);