summaryrefslogtreecommitdiffstats
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, 2 insertions, 0 deletions
diff --git a/apps/misc.h b/apps/misc.h
index b0e93dfade..af520a7fd1 100644
--- a/apps/misc.h
+++ b/apps/misc.h
@@ -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);