From dc65374aa6ccd54fd4b61cacb7bd57b7d756043d Mon Sep 17 00:00:00 2001 From: John Tytgat Date: Sat, 5 Jun 2004 15:03:59 +0000 Subject: [project @ 2004-06-05 15:03:59 by joty] Created content_set_status() : one centralised place where status_message in the content struct is updated in a fail safe way. svn path=/import/netsurf/; revision=928 --- content/content.h | 1 + 1 file changed, 1 insertion(+) (limited to 'content/content.h') diff --git a/content/content.h b/content/content.h index 5c36559da..13c4092ce 100644 --- a/content/content.h +++ b/content/content.h @@ -169,6 +169,7 @@ content_type content_lookup(const char *mime_type); struct content * content_create(char *url); void content_set_type(struct content *c, content_type type, const char *mime_type, const char *params[]); +void content_set_status(struct content *c, const char *status_message, ...); void content_process_data(struct content *c, char *data, unsigned long size); void content_convert(struct content *c, unsigned long width, unsigned long height); void content_revive(struct content *c, unsigned long width, unsigned long height); -- cgit v1.2.3