2008-11-25 Felix Zielcke <fzielcke@z-51.de>

* util/grub-fstest.c (grub_term_get_current_input): Change return type
	to `grub_term_input_t'.
	(grub_term_get_current_output): Change return type to
	`grub_term_output_t'.
This commit is contained in:
fzielcke 2008-11-25 16:40:17 +00:00
parent cbf36fd39d
commit 9fc5388a5d
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
2008-11-25 Felix Zielcke <fzielcke@z-51.de>
* util/grub-fstest.c (grub_term_get_current_input): Change return type
to `grub_term_input_t'.
(grub_term_get_current_output): Change return type to
`grub_term_output_t'.
2008-11-22 Robert Millan <rmh@aybabtu.com>
Fix breakage on coreboot due to declaration missmatch.

View File

@ -53,13 +53,13 @@ grub_getkey (void)
return -1;
}
grub_term_t
grub_term_input_t
grub_term_get_current_input (void)
{
return 0;
}
grub_term_t
grub_term_output_t
grub_term_get_current_output (void)
{
return 0;