summaryrefslogtreecommitdiff
path: root/content/content_protected.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2010-04-07 18:50:18 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2010-04-07 18:50:18 +0000
commit2fba2249eed773b0092f20f9b71bd5dd19220268 (patch)
treef1690a4d2dc197a009a83dc8f6379440ef7695b5 /content/content_protected.h
parent9a28ace52b46a6fd9b8d627190dea4675789f374 (diff)
downloadnetsurf-2fba2249eed773b0092f20f9b71bd5dd19220268.tar.gz
netsurf-2fba2249eed773b0092f20f9b71bd5dd19220268.tar.bz2
Add function to test whether hlcache_handle's content is locked.
svn path=/trunk/netsurf/; revision=10287
Diffstat (limited to 'content/content_protected.h')
-rw-r--r--content/content_protected.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/content/content_protected.h b/content/content_protected.h
index 16760180b..3fd6c8329 100644
--- a/content/content_protected.h
+++ b/content/content_protected.h
@@ -220,4 +220,6 @@ void content__invalidate_reuse_data(struct content *c);
const char *content__get_refresh_url(struct content *c);
struct bitmap *content__get_bitmap(struct content *c);
+bool content__is_locked(struct content *c);
+
#endif