summaryrefslogtreecommitdiff
path: root/apps/recorder/bmp.h
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2005-04-25 07:58:16 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2005-04-25 07:58:16 +0000
commite2ae4f3b4b9aa81720729d3d3703c65b6adbeaf4 (patch)
treecd14055a9dfe2ce179cca92b7ec309c54c07deb8 /apps/recorder/bmp.h
parent250678bb050b2b7167b3eb45534279f048dd03cf (diff)
New BMP reader by Tomas Salfischberger
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6341 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/recorder/bmp.h')
-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 3808742b33..5414ad893a 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 */