summaryrefslogtreecommitdiff
path: root/riscos/jpeg.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/jpeg.h')
-rw-r--r--riscos/jpeg.h2
1 files changed, 1 insertions, 1 deletions
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);