diff options
Diffstat (limited to 'apps/plugins/lib/grey_core.c')
| -rw-r--r-- | apps/plugins/lib/grey_core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/lib/grey_core.c b/apps/plugins/lib/grey_core.c index e2260cd..e7f02dd 100644 --- a/apps/plugins/lib/grey_core.c +++ b/apps/plugins/lib/grey_core.c @@ -478,7 +478,7 @@ static void fill_gvalues(void) The function is authentic regarding memory usage on the simulator, even if it doesn't use all of the allocated memory. */ -bool grey_init(struct plugin_api* newrb, unsigned char *gbuf, long gbuf_size, +bool grey_init(const struct plugin_api* newrb, unsigned char *gbuf, long gbuf_size, unsigned features, int width, int height, long *buf_taken) { int bdim, i; |