From 6f4b6b015034ab57532ff2bf82e07f9d717dbd66 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 31 Jan 2005 16:56:57 +0000 Subject: add a dhcp-client built using mdk-stage1 code --- mdk-stage1/network.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mdk-stage1/network.c') diff --git a/mdk-stage1/network.c b/mdk-stage1/network.c index be4cbefc4..10a42a74f 100644 --- a/mdk-stage1/network.c +++ b/mdk-stage1/network.c @@ -817,7 +817,7 @@ static int choose_mirror_from_list(char *http_proxy_host, char *http_proxy_port, /* -=-=-- */ -static enum return_type intf_select_and_up() +enum return_type intf_select_and_up() { static struct interface_info intf[20]; static int num_interfaces = 0; -- cgit v1.2.1