]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* include/grub/util/misc.h (canonicalise_file_name): Add missing
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sat, 10 Apr 2010 10:46:12 +0000 (12:46 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sat, 10 Apr 2010 10:46:12 +0000 (12:46 +0200)
prototype.
Reported by: Seth Goldberg.

ChangeLog
include/grub/util/misc.h

index d39c0b65ae1cbc73ec71c23e73efce781690858a..b1770bf4b09faf5b7bc97d533b80564fc25ac13f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-04-10  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * include/grub/util/misc.h (canonicalise_file_name): Add missing
+       prototype.
+       Reported by: Seth Goldberg.
+
 2010-04-10  Vladimir Serbinenko  <phcoder@gmail.com>
 
        * loader/multiboot.c (GRUB_MOD_INIT) [GRUB_USE_MULTIBOOT2]:
index 373fff8bb317c9d58a2d559d043e26aeeee7a8c9..63d4dac6d78e8b2cbc2bc55b0277b6d1248a1aae 100644 (file)
@@ -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 */