summaryrefslogtreecommitdiff
path: root/content/content_protected.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2012-08-15 11:50:08 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2012-08-15 11:50:08 +0100
commitfcb7143ecb0c1acedfb30d34931896dbefc660b1 (patch)
tree483fc6697869ac7aea386818086d91f926585dac /content/content_protected.h
parentc3f9e3d3cea7bddb708fb0c75d9b4ed31e6341d7 (diff)
downloadnetsurf-fcb7143ecb0c1acedfb30d34931896dbefc660b1.tar.gz
netsurf-fcb7143ecb0c1acedfb30d34931896dbefc660b1.tar.bz2
Simplify content status text setting.
Diffstat (limited to 'content/content_protected.h')
-rw-r--r--content/content_protected.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/content_protected.h b/content/content_protected.h
index ad0b0afa6..e37573493 100644
--- a/content/content_protected.h
+++ b/content/content_protected.h
@@ -160,7 +160,7 @@ 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_set_status(struct content *c, const char *status_message);
void content_broadcast(struct content *c, content_msg msg,
union content_msg_data data);
void content_add_error(struct content *c, const char *token,