diff options
Diffstat (limited to 'mdk-stage1/dhcp.h')
| -rw-r--r-- | mdk-stage1/dhcp.h | 9 | 
1 files changed, 6 insertions, 3 deletions
| diff --git a/mdk-stage1/dhcp.h b/mdk-stage1/dhcp.h index 6fb121ea4..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 @@ -31,4 +31,7 @@  enum return_type perform_dhcp(struct interface_info * intf); +extern char * dhcp_hostname; +extern char * dhcp_domain; +  #endif | 
