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, 1 insertions, 1 deletions
diff --git a/apps/misc.h b/apps/misc.h
index e5fb7a3d1f..3b7ce89d22 100644
--- a/apps/misc.h
+++ b/apps/misc.h
@@ -110,7 +110,7 @@ void talk_timedate(void);
110 * returns true if the playlist should be replaced */ 110 * returns true if the playlist should be replaced */
111bool warn_on_pl_erase(void); 111bool warn_on_pl_erase(void);
112 112
113bool show_search_progress(bool init, int count); 113bool show_search_progress(bool init, int count, int current, int total);
114 114
115/* Read (up to) a line of text from fd into buffer and return number of bytes 115/* Read (up to) a line of text from fd into buffer and return number of bytes
116 * read (which may be larger than the number of bytes stored in buffer). If 116 * read (which may be larger than the number of bytes stored in buffer). If