summaryrefslogtreecommitdiff
path: root/apps/misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/misc.h')
-rw-r--r--apps/misc.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/misc.h b/apps/misc.h
index c8aa266d5f..329c62750c 100644
--- a/apps/misc.h
+++ b/apps/misc.h
@@ -30,3 +30,8 @@ char *num2max5(unsigned int bytes, char *max5);
30 * stored in buffer. 30 * stored in buffer.
31 */ 31 */
32int read_line(int fd, char* buffer, int buffer_size); 32int read_line(int fd, char* buffer, int buffer_size);
33
34#ifdef HAVE_LCD_BITMAP
35/* Save a .BMP file containing the current screen contents. */
36void screen_dump(void);
37#endif