diff options
Diffstat (limited to 'mdk-stage1/dhcp.h')
-rw-r--r-- | mdk-stage1/dhcp.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/mdk-stage1/dhcp.h b/mdk-stage1/dhcp.h index 71d062e9c..e17094adc 100644 --- a/mdk-stage1/dhcp.h +++ b/mdk-stage1/dhcp.h @@ -1,9 +1,9 @@ /* - * Guillaume Cottenceau (gc@mandrakesoft.com) + * Guillaume Cottenceau (gc) * - * Copyright 2000 MandrakeSoft + * Copyright 2000 Mandriva * - * View the homepage: http://us.mandrakesoft.com/~gc/html/stage1.html + * View the homepage: http://us.mandriva.com/~gc/html/stage1.html * * * This software may be freely redistributed under the terms of the GNU @@ -32,5 +32,6 @@ enum return_type perform_dhcp(struct interface_info * intf); extern char * dhcp_hostname; +extern char * dhcp_domain; #endif |