]> glassweightruler.freedombox.rocks Git - Ventoy.git/blobdiff - LinuxGUI/Ventoy2Disk/Core/ventoy_util.h
Fix the issue that install media not recognized when install Clear Linux. (#1674)
[Ventoy.git] / LinuxGUI / Ventoy2Disk / Core / ventoy_util.h
index 72cec62d6a32de0acb6246d1cd868c879b67f648..87eb5463a1caa66fdba5586a9e8aad019e003ffa 100644 (file)
@@ -20,6 +20,9 @@
 #ifndef __VENTOY_UTIL_H__
 #define __VENTOY_UTIL_H__
 
+extern char g_log_file[PATH_MAX];
+extern char g_ini_file[PATH_MAX];
+
 #define check_free(p) if (p) free(p)
 #define vtoy_safe_close_fd(fd) \
 {\