summaryrefslogtreecommitdiff
path: root/content/content_protected.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2011-07-20 21:39:51 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2011-07-20 21:39:51 +0000
commitdc6c58ec4150d933bf7054d55c1d5922ba513228 (patch)
treea33dcf679548a72dd03846eefcf945b659190709 /content/content_protected.h
parentcfd56cadf2a2fc98bddecce3f7139f484c92d1a3 (diff)
downloadnetsurf-dc6c58ec4150d933bf7054d55c1d5922ba513228.tar.gz
netsurf-dc6c58ec4150d933bf7054d55c1d5922ba513228.tar.bz2
Fix transition from LOADING to ERROR state after content has been locked for conversion
svn path=/trunk/netsurf/; revision=12614
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 4fe9b942a..d113508e4 100644
--- a/content/content_protected.h
+++ b/content/content_protected.h
@@ -148,6 +148,8 @@ nserror content__clone(const struct content *c, struct content *nc);
void content_set_ready(struct content *c);
void content_set_done(struct content *c);
+void content_set_error(struct content *c);
+
void content_set_status(struct content *c, const char *status_message, ...);
void content_broadcast(struct content *c, content_msg msg,
union content_msg_data data);