]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2010-01-20 Vladimir Serbinenko <phcoder@gmail.com>
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Wed, 20 Jan 2010 07:04:39 +0000 (08:04 +0100)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Wed, 20 Jan 2010 07:04:39 +0000 (08:04 +0100)
* include/grub/font.h (grub_font_load): Fix prototype.

ChangeLog
include/grub/font.h

index add2526229311fca15403aaeb0df963f981b6401..d7118325cbdcd3d561abfdc6b097f9eaa7e5c757 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-01-20  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * include/grub/font.h (grub_font_load): Fix prototype.
+
 2010-01-20  Vladimir Serbinenko  <phcoder@gmail.com>
 
        * conf/mips.rmk (kernel_img_HEADERS) [yeeloong]: Add pci.h.
index 2129c30b30f3e7e418c2ddb8475231a9a0f79f27..1816e35703daa60c5333828481f99e7c528a0259 100644 (file)
@@ -75,7 +75,7 @@ void grub_font_loader_init (void);
 
 /* Load a font and add it to the beginning of the global font list.
    Returns: 0 upon success; nonzero upon failure.  */
-int grub_font_load (grub_file_t file);
+int grub_font_load (const char *filename);
 
 /* Get the font that has the specified name.  Font names are in the form
    "Family Name Bold Italic 14", where Bold and Italic are optional.