2010-01-20 Vladimir Serbinenko <phcoder@gmail.com>

* include/grub/font.h (grub_font_load): Fix prototype.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-01-20 08:04:39 +01:00
parent f80927cadb
commit 7ee92c32e1
2 changed files with 5 additions and 1 deletions

View file

@ -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> 2010-01-20 Vladimir Serbinenko <phcoder@gmail.com>
* conf/mips.rmk (kernel_img_HEADERS) [yeeloong]: Add pci.h. * conf/mips.rmk (kernel_img_HEADERS) [yeeloong]: Add pci.h.

View 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. /* Load a font and add it to the beginning of the global font list.
Returns: 0 upon success; nonzero upon failure. */ 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 /* 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. "Family Name Bold Italic 14", where Bold and Italic are optional.