2009-04-26 Vladimir Serbinenko <phcoder@gmail.com>

Bug and warning fixes

	* include/grub/i386/pc/init.h (grub_stop_floppy): added missing 
	declaration
	* commands/test.c (test_parse): fixed bug with file tests and corrected
	declaration of find_file
This commit is contained in:
phcoder 2009-04-26 15:09:30 +00:00
parent 4006f85c89
commit a5562c306f
3 changed files with 22 additions and 11 deletions

View file

@ -46,5 +46,6 @@ void EXPORT_FUNC (grub_reboot) (void);
* use APM even if it is available. */
void EXPORT_FUNC (grub_halt) (int no_apm);
void EXPORT_FUNC(grub_stop_floppy) (void);
#endif /* ! GRUB_INIT_MACHINE_HEADER */