diff options
author | Linus Nielsen Feltzing <linus@haxx.se> | 2005-04-25 07:58:16 +0000 |
---|---|---|
committer | Linus Nielsen Feltzing <linus@haxx.se> | 2005-04-25 07:58:16 +0000 |
commit | e2ae4f3b4b9aa81720729d3d3703c65b6adbeaf4 (patch) | |
tree | cd14055a9dfe2ce179cca92b7ec309c54c07deb8 /apps/recorder/bmp.h | |
parent | 250678bb050b2b7167b3eb45534279f048dd03cf (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.h | 3 |
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 */ |