summaryrefslogtreecommitdiff
path: root/riscos/png.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/png.h')
-rw-r--r--riscos/png.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscos/png.h b/riscos/png.h
index a64ddef2d..f52514b73 100644
--- a/riscos/png.h
+++ b/riscos/png.h
@@ -27,7 +27,7 @@ struct content_png_data {
};
void nspng_init(void);
-void nspng_create(struct content *c);
+void nspng_create(struct content *c, const char *params[]);
void nspng_process_data(struct content *c, char *data, unsigned long size);
int nspng_convert(struct content *c, unsigned int width, unsigned int height);
void nspng_revive(struct content *c, unsigned int width, unsigned int height);