* include/grub/loader.h (grub_loader_register_preboot_hook):

Use struct preboot * and not void * for handle. All users updated.
	(grub_loader_unregister_preboot_hook): Likewise.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2011-12-13 00:28:14 +01:00
parent 1bc8f60db7
commit 74dbd24466
8 changed files with 28 additions and 20 deletions

View file

@ -937,7 +937,7 @@ grub_net_restore_hw (void)
return GRUB_ERR_NONE;
}
static void *fini_hnd;
static struct grub_preboot *fini_hnd;
static grub_command_t cmd_addaddr, cmd_deladdr, cmd_addroute, cmd_delroute;
static grub_command_t cmd_lsroutes, cmd_lscards;