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 --- riscos/jpeg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'riscos/jpeg.h') diff --git a/riscos/jpeg.h b/riscos/jpeg.h index 12a567755..26bf1d74a 100644 --- a/riscos/jpeg.h +++ b/riscos/jpeg.h @@ -15,7 +15,7 @@ struct content_jpeg_data { unsigned long length; }; -void jpeg_create(struct content *c); +void jpeg_create(struct content *c, const char *params[]); void jpeg_process_data(struct content *c, char *data, unsigned long size); int jpeg_convert(struct content *c, unsigned int width, unsigned int height); void jpeg_revive(struct content *c, unsigned int width, unsigned int height); -- cgit v1.2.3