mirror of
https://github.com/ipxe/ipxe
synced 2025-12-26 09:32:33 +03:00
Added missing extern
This commit is contained in:
@@ -158,7 +158,7 @@ extern void resolv_done ( struct resolv_interface *resolv,
|
||||
extern void ignore_resolv_done ( struct resolv_interface *resolv,
|
||||
struct sockaddr *sa, int rc );
|
||||
extern struct resolv_interface_operations null_resolv_ops;
|
||||
struct resolv_interface null_resolv;
|
||||
extern struct resolv_interface null_resolv;
|
||||
|
||||
extern int resolv ( struct resolv_interface *resolv, const char *name,
|
||||
struct sockaddr *sa );
|
||||
|
||||
Reference in New Issue
Block a user