* include/grub/emu/hostdisk.h: Add proper declaration for grub_host_init

and grub_hostfs_init.
This commit is contained in:
Vladimir Serbinenko 2013-10-28 13:33:12 +01:00
parent 64db14b0cb
commit 5177391ebe
5 changed files with 15 additions and 8 deletions

View file

@ -164,11 +164,6 @@ static struct argp argp = {
void grub_hostfs_init (void);
void grub_hostfs_fini (void);
void grub_host_init (void);
void grub_host_fini (void);
int
main (int argc, char *argv[])
{