X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/Ventoy.git/blobdiff_plain/5291d66736e2fbbea04a5496b960fa4cb3599902..f7e6bbc70c65db9f6f5da5abc4ae57bd689da91c:/GRUB2/MOD_SRC/grub-2.04/include/grub/file.h diff --git a/GRUB2/MOD_SRC/grub-2.04/include/grub/file.h b/GRUB2/MOD_SRC/grub-2.04/include/grub/file.h index 2d64b59..21af4e0 100644 --- a/GRUB2/MOD_SRC/grub-2.04/include/grub/file.h +++ b/GRUB2/MOD_SRC/grub-2.04/include/grub/file.h @@ -218,6 +218,7 @@ grub_err_t EXPORT_FUNC(grub_file_close) (grub_file_t file); int EXPORT_FUNC(grub_file_is_vlnk_suffix)(const char *name, int len); int EXPORT_FUNC(grub_file_add_vlnk)(const char *src, const char *dst); +int EXPORT_FUNC(grub_file_vtoy_vlnk)(const char *src, const char *dst); const char * EXPORT_FUNC(grub_file_get_vlnk)(const char *name, int *vlnk); /* Return value of grub_file_size() in case file size is unknown. */