From ff8791a3f79426fc49f4bb01a12e2c6c975fc455 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sun, 11 Apr 2010 16:37:39 +0000 Subject: Ensure content can be shared when retrieving from cache svn path=/trunk/netsurf/; revision=10361 --- content/content.h | 1 + 1 file changed, 1 insertion(+) (limited to 'content/content.h') 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); -- cgit v1.2.3