From b7893f85cd564edca5f41ec0d139ffcc3aedf6f2 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Thu, 3 Mar 2011 21:13:58 +0000 Subject: Do not attempt to destroy contents that are still loading svn path=/trunk/netsurf/; revision=11898 --- 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 b2696bc10..66a1207d4 100644 --- a/content/content.h +++ b/content/content.h @@ -107,6 +107,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); +content_status content__get_status(struct content *c); const struct llcache_handle *content_get_llcache_handle(struct content *c); -- cgit v1.2.3