* include/grub/emu/hostdisk.h: Add proper declaration for grub_host_init
and grub_hostfs_init.
This commit is contained in:
parent
64db14b0cb
commit
5177391ebe
5 changed files with 15 additions and 8 deletions
|
@ -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[])
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue