]> glassweightruler.freedombox.rocks Git - Ventoy.git/blobdiff - LinuxGUI/Ventoy2Disk/Core/ventoy_util.h
Add theme plugin duplicate file check. (#2078)
[Ventoy.git] / LinuxGUI / Ventoy2Disk / Core / ventoy_util.h
index 87eb5463a1caa66fdba5586a9e8aad019e003ffa..87bdbd5e784d9e89a623f2c1a2a7aaa2a5bfae25 100644 (file)
@@ -50,6 +50,7 @@ int ventoy_read_file_to_buf(const char *FileName, int ExtLen, void **Bufer, int
 const char * ventoy_get_local_version(void);
 int ventoy_fill_gpt(uint64_t size, uint64_t reserve, int align4k, VTOY_GPT_INFO *gpt);
 int ventoy_fill_mbr(uint64_t size, uint64_t reserve, int align4k, MBR_HEAD *pMBR);
+int VentoyGetLocalBootImg(MBR_HEAD *pMBR);
 
 #endif /* __VENTOY_UTIL_H__ */