summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/network.h
diff options
context:
space:
mode:
Diffstat (limited to 'mdk-stage1/network.h')
-rw-r--r--mdk-stage1/network.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mdk-stage1/network.h b/mdk-stage1/network.h
index 02eea45b6..44a96c77b 100644
--- a/mdk-stage1/network.h
+++ b/mdk-stage1/network.h
@@ -41,6 +41,7 @@ struct interface_info {
struct in_addr ip, netmask, broadcast, network;
enum boot_proto_type boot_proto;
char *user, *pass; /* for ADSL connection */
+ char *http_proxy_host, *http_proxy_port;
};