* include/grub/util/misc.h (canonicalise_file_name): Add missing
prototype. Reported by: Seth Goldberg.
This commit is contained in:
parent
daea6abdeb
commit
6734334a53
2 changed files with 8 additions and 0 deletions
|
@ -88,6 +88,8 @@ grub_int64_t grub_util_get_disk_size (char *name);
|
|||
|
||||
char *make_system_path_relative_to_its_root (const char *path);
|
||||
|
||||
char *canonicalize_file_name (const char *path);
|
||||
|
||||
void grub_util_init_nls (void);
|
||||
|
||||
#endif /* ! GRUB_UTIL_MISC_HEADER */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue