summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/recorder/bmp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/recorder/bmp.h b/apps/recorder/bmp.h
index 3808742..5414ad8 100644
--- a/apps/recorder/bmp.h
+++ b/apps/recorder/bmp.h
@@ -26,4 +26,5 @@
int read_bmp_file(char* filename,
int *get_width, /* in pixels */
int *get_height, /* in pixels */
- char *bitmap);
+ char *bitmap,
+ int maxsize);/* Maximum amount of bytes to write to bitmap */