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