summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/dhcp.h
diff options
context:
space:
mode:
Diffstat (limited to 'mdk-stage1/dhcp.h')
-rw-r--r--mdk-stage1/dhcp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/mdk-stage1/dhcp.h b/mdk-stage1/dhcp.h
index 6fb121ea4..71d062e9c 100644
--- a/mdk-stage1/dhcp.h
+++ b/mdk-stage1/dhcp.h
@@ -31,4 +31,6 @@
enum return_type perform_dhcp(struct interface_info * intf);
+extern char * dhcp_hostname;
+
#endif