summaryrefslogtreecommitdiff
path: root/apps/plugins/lib/gray.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/lib/gray.h')
-rw-r--r--apps/plugins/lib/gray.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/lib/gray.h b/apps/plugins/lib/gray.h
index 64bc4dd8a5..62c3dd753f 100644
--- a/apps/plugins/lib/gray.h
+++ b/apps/plugins/lib/gray.h
@@ -37,7 +37,7 @@ void gray_init(struct plugin_api* newrb);
37 37
38/* general functions */ 38/* general functions */
39int gray_init_buffer(unsigned char *gbuf, int gbuf_size, int width, 39int gray_init_buffer(unsigned char *gbuf, int gbuf_size, int width,
40 int bheight, int depth); 40 int bheight, int depth, int *buf_taken);
41void gray_release_buffer(void); 41void gray_release_buffer(void);
42void gray_position_display(int x, int by); 42void gray_position_display(int x, int by);
43void gray_show_display(bool enable); 43void gray_show_display(bool enable);