From ce0d5294d5898b6100269bd39d38c0884d5fd4b4 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Sat, 27 Dec 2003 20:15:23 +0000 Subject: [project @ 2003-12-27 20:15:22 by bursa] Use charset from Content-Type header. svn path=/import/netsurf/; revision=460 --- content/other.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/other.h') diff --git a/content/other.h b/content/other.h index 96326a159..71fd4aab4 100644 --- a/content/other.h +++ b/content/other.h @@ -24,7 +24,7 @@ struct content_other_data { unsigned long length; /**< Current length of stored data. */ }; -void other_create(struct content *c); +void other_create(struct content *c, char *params[]); void other_process_data(struct content *c, char *data, unsigned long size); int other_convert(struct content *c, unsigned int width, unsigned int height); void other_revive(struct content *c, unsigned int width, unsigned int height); -- cgit v1.2.3