summaryrefslogtreecommitdiff
path: root/content/content_protected.h
diff options
context:
space:
mode:
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