From 4a4cc0d1bce9967fcd1fed4cea12c008702a38fc Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Fri, 9 Apr 2010 18:52:44 +0000 Subject: Introduce content_set_ready. Make content_convert emit events only if content is in appropriate state. Remove no-longer-relevant assertion from content_convert. svn path=/trunk/netsurf/; revision=10330 --- content/content_protected.h | 1 + 1 file changed, 1 insertion(+) (limited to 'content/content_protected.h') diff --git a/content/content_protected.h b/content/content_protected.h index 3fd6c8329..6337e3eb2 100644 --- a/content/content_protected.h +++ b/content/content_protected.h @@ -195,6 +195,7 @@ struct content { extern const char * const content_type_name[]; extern const char * const content_status_name[]; +void content_set_ready(struct content *c); void content_set_done(struct content *c); void content_set_status(struct content *c, const char *status_message, ...); void content_broadcast(struct content *c, content_msg msg, -- cgit v1.2.3