X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/Ventoy.git/blobdiff_plain/dd2411d7d47fd72be78802cb28d6f0ef73785e9e..d1481392271fd44b04c384a3dd56f3386edadfb3:/LinuxGUI/Ventoy2Disk/Core/ventoy_util.h diff --git a/LinuxGUI/Ventoy2Disk/Core/ventoy_util.h b/LinuxGUI/Ventoy2Disk/Core/ventoy_util.h index 72cec62..87eb546 100644 --- a/LinuxGUI/Ventoy2Disk/Core/ventoy_util.h +++ b/LinuxGUI/Ventoy2Disk/Core/ventoy_util.h @@ -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) \ {\