summaryrefslogtreecommitdiff
path: root/image/mng.h
diff options
context:
space:
mode:
Diffstat (limited to 'image/mng.h')
-rw-r--r--image/mng.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/image/mng.h b/image/mng.h
index 1a3c8852d..2ea85409c 100644
--- a/image/mng.h
+++ b/image/mng.h
@@ -40,7 +40,8 @@ struct content_mng_data {
void *handle;
};
-bool nsmng_create(struct content *c, const char *params[]);
+bool nsmng_create(struct content *c, struct content *parent,
+ const char *params[]);
bool nsmng_process_data(struct content *c, char *data, unsigned int size);
bool nsmng_convert(struct content *c, int width, int height);
void nsmng_destroy(struct content *c);