* include/grub/test.h (grub_unit_test_init): Add missing prototype.

(grub_unit_test_fini): Likewise.
	* tests/lib/unit_test.c (main): Remove extra nested external prototype.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2012-02-12 22:04:55 +01:00
parent d9a62292e3
commit e51b56667a
3 changed files with 13 additions and 3 deletions

View file

@ -1,3 +1,13 @@
2012-02-12 Vladimir Serbinenko <phcoder@gmail.com>
* include/grub/test.h (grub_unit_test_init): Add missing prototype.
(grub_unit_test_fini): Likewise.
* tests/lib/unit_test.c (main): Remove extra nested external prototype.
2012-02-12 Vladimir Serbinenko <phcoder@gmail.com>
* include/grub/test.h (GRUB_UNIT_TEST)
2012-02-12 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/script/execute.c (grub_script_break): Clarify logic.