summaryrefslogtreecommitdiff
path: root/riscos/gif.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/gif.h')
-rw-r--r--riscos/gif.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscos/gif.h b/riscos/gif.h
index 4b59e533e..f0b2bad43 100644
--- a/riscos/gif.h
+++ b/riscos/gif.h
@@ -21,7 +21,7 @@ struct content_gif_data {
};
void nsgif_init(void);
-void nsgif_create(struct content *c);
+void nsgif_create(struct content *c, const char *params[]);
void nsgif_process_data(struct content *c, char *data, unsigned long size);
int nsgif_convert(struct content *c, unsigned int width, unsigned int height);
void nsgif_revive(struct content *c, unsigned int width, unsigned int height);