Correct some compile erros.

This commit is contained in:
Manoel R. Abranches 2011-05-12 13:20:43 -03:00
parent 8db3b0eca9
commit d8123bfb54
4 changed files with 3 additions and 5 deletions

View file

@ -434,7 +434,5 @@ grub_net_send_ip_packet (struct grub_net_network_level_interface *inf,
void
grub_net_pool_cards (unsigned time);
void
hwaddr_to_str (const grub_net_link_level_address_t *addr, char *str);
extern grub_err_t (*EXPORT_VAR (grub_file_net_close)) (grub_file_t file);
#endif /* ! GRUB_NET_HEADER */