From 06851f8b984574cd1532191feca9765ea07904c0 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Sun, 27 Nov 2022 18:50:47 +0100 Subject: Added box64rc configuration file handling --- src/include/fileutils.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/include/fileutils.h') diff --git a/src/include/fileutils.h b/src/include/fileutils.h index ff69e6da..c666f0be 100755 --- a/src/include/fileutils.h +++ b/src/include/fileutils.h @@ -21,6 +21,9 @@ int FileIsShell(const char* filename); // return temp folder (will return /tmp if nothing is correct) const char* GetTmpDir(); +// will lower case the string and return a copy. Nothing fancy here, just A..Z transformed to a..z, rest is untouched +char* LowerCase(const char* s); + #if defined(RPI) || defined(RK3399) || defined(RK3326) void sanitize_mojosetup_gtk_background(); #endif -- cgit 1.4.1