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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mdk-stage1/dhcp.h b/mdk-stage1/dhcp.h
index 4faeab35b..d1ad8ae9e 100644
--- a/mdk-stage1/dhcp.h
+++ b/mdk-stage1/dhcp.h
@@ -32,5 +32,6 @@
enum return_type perform_dhcp(struct interface_info * intf);
extern char * dhcp_hostname;
+extern char * dhcp_domain;
#endif