summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/network.c
diff options
context:
space:
mode:
Diffstat (limited to 'mdk-stage1/network.c')
-rw-r--r--mdk-stage1/network.c2
1 files changed, 1 insertions, 1 deletions
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;