mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
move confirm delete prompt to misc.c
Change-Id: Iadb1c7199caa5070f555eb4d329efb02e3193289
This commit is contained in:
parent
3a22322ab7
commit
71934d4c16
5 changed files with 14 additions and 22 deletions
|
@ -143,6 +143,8 @@ void setvol(void);
|
|||
int hex_to_rgb(const char* hex, int* color);
|
||||
#endif
|
||||
|
||||
int confirm_delete_yesno(const char *name);
|
||||
|
||||
char* strrsplt(char* str, int c);
|
||||
char* skip_whitespace(char* const str);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue