summaryrefslogtreecommitdiff
path: root/apps/misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/misc.h')
-rw-r--r--apps/misc.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/misc.h b/apps/misc.h
index c6a91646b8..4d0226ae51 100644
--- a/apps/misc.h
+++ b/apps/misc.h
@@ -69,6 +69,10 @@ char *create_datetime_filename(char *buffer, const char *path,
69 bool unique_time); 69 bool unique_time);
70#endif /* CONFIG_RTC */ 70#endif /* CONFIG_RTC */
71 71
72/* Ask the user if they really want to erase the current dynamic playlist
73 * returns true if the playlist should be replaced */
74bool warn_on_pl_erase(void);
75
72/* Read (up to) a line of text from fd into buffer and return number of bytes 76/* Read (up to) a line of text from fd into buffer and return number of bytes
73 * read (which may be larger than the number of bytes stored in buffer). If 77 * read (which may be larger than the number of bytes stored in buffer). If
74 * an error occurs, -1 is returned (and buffer contains whatever could be 78 * an error occurs, -1 is returned (and buffer contains whatever could be