summaryrefslogtreecommitdiff
path: root/apps/misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/misc.h')
-rw-r--r--apps/misc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/misc.h b/apps/misc.h
index c5a89901ee..1bc9a23447 100644
--- a/apps/misc.h
+++ b/apps/misc.h
@@ -42,6 +42,8 @@ char *create_datetime_filename(char *buffer, const char *path,
42 * stored in buffer. 42 * stored in buffer.
43 */ 43 */
44int read_line(int fd, char* buffer, int buffer_size); 44int read_line(int fd, char* buffer, int buffer_size);
45int fast_readline(int fd, char *buf, int buf_size, void *parameters,
46 int (*callback)(int n, const char *buf, void *parameters));
45 47
46#ifdef HAVE_LCD_BITMAP 48#ifdef HAVE_LCD_BITMAP
47/* Save a .BMP file containing the current screen contents. */ 49/* Save a .BMP file containing the current screen contents. */