diff options
Diffstat (limited to 'apps/misc.h')
-rw-r--r-- | apps/misc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/misc.h b/apps/misc.h index b7a9a5c42c..497aa04c78 100644 --- a/apps/misc.h +++ b/apps/misc.h @@ -159,6 +159,7 @@ int hex_to_rgb(const char* hex, int* color); #endif int confirm_delete_yesno(const char *name); +int confirm_overwrite_yesno(void); char* strrsplt(char* str, int c); char* skip_whitespace(char* const str); |