forked from len0rd/rockbox
[feature] playlist. show search progressbar when iterating playlist entries
Change-Id: Ib38363f7495ca523e7cc401c0d39e060ed1705ad
This commit is contained in:
parent
82cf845625
commit
072228bb70
4 changed files with 24 additions and 13 deletions
|
|
@ -110,7 +110,7 @@ void talk_timedate(void);
|
|||
* returns true if the playlist should be replaced */
|
||||
bool warn_on_pl_erase(void);
|
||||
|
||||
bool show_search_progress(bool init, int count);
|
||||
bool show_search_progress(bool init, int count, int current, int total);
|
||||
|
||||
/* Read (up to) a line of text from fd into buffer and return number of bytes
|
||||
* read (which may be larger than the number of bytes stored in buffer). If
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue