diff options
Diffstat (limited to 'src/include')
| -rwxr-xr-x | src/include/debug.h | 1 | ||||
| -rwxr-xr-x | src/include/fileutils.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/include/debug.h b/src/include/debug.h index 5f228f58..057d7898 100755 --- a/src/include/debug.h +++ b/src/include/debug.h @@ -41,6 +41,7 @@ extern int box64_prefer_wrapped; extern int box64_prefer_emulated; extern int box64_steam; extern int box64_wine; +extern int box64_bash; extern int box64_musl; extern int box64_nopulse; // disabling the use of wrapped pulseaudio extern int box64_nogtk; // disabling the use of wrapped gtk diff --git a/src/include/fileutils.h b/src/include/fileutils.h index 8332681e..79da42bc 100755 --- a/src/include/fileutils.h +++ b/src/include/fileutils.h @@ -16,6 +16,7 @@ char* ResolveFile(const char* filename, path_collection_t* paths); // 1: if file is an x86 elf, 0: if not (or not found) int FileIsX86ELF(const char* filename); int FileIsX64ELF(const char* filename); +int FileIsShell(const char* filename); #if defined(RPI) || defined(RK3399) || defined(RK3326) void sanitize_mojosetup_gtk_background(); |