move confirm delete prompt to misc.c

Change-Id: Iadb1c7199caa5070f555eb4d329efb02e3193289
This commit is contained in:
William Wilgus 2022-11-24 23:09:26 -05:00
parent 3a22322ab7
commit 71934d4c16
5 changed files with 14 additions and 22 deletions

View file

@ -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);