* include/grub/font.h (grub_font_load): Fix prototype.
+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.
/* 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.