summaryrefslogtreecommitdiff
path: root/firmware/export/screendump.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/screendump.h')
-rw-r--r--firmware/export/screendump.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/firmware/export/screendump.h b/firmware/export/screendump.h
index 515db08a70..87b32c6bee 100644
--- a/firmware/export/screendump.h
+++ b/firmware/export/screendump.h
@@ -47,11 +47,13 @@
47 47
48#else /* !BOOTLOADER */ 48#else /* !BOOTLOADER */
49 49
50#ifdef HAVE_LCD_BITMAP
51/* Save a .BMP file containing the current screen contents. */ 50/* Save a .BMP file containing the current screen contents. */
52void screen_dump(void); 51void screen_dump(void);
52
53#ifdef HAVE_LCD_BITMAP
53void screen_dump_set_hook(void (*hook)(int fd)); 54void screen_dump_set_hook(void (*hook)(int fd));
54#endif 55#endif
56
55#ifdef HAVE_REMOTE_LCD 57#ifdef HAVE_REMOTE_LCD
56/* Save a .BMP file containing the current remote screen contents. */ 58/* Save a .BMP file containing the current remote screen contents. */
57void remote_screen_dump(void); 59void remote_screen_dump(void);