diff options
Diffstat (limited to 'networking/udhcp/leases.h')
-rw-r--r-- | networking/udhcp/leases.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/networking/udhcp/leases.h b/networking/udhcp/leases.h index d54cd11cc..24d860867 100644 --- a/networking/udhcp/leases.h +++ b/networking/udhcp/leases.h @@ -9,8 +9,6 @@ struct dhcpOfferedAddr { u_int32_t expires; /* host order */ }; -extern const char leases_file[]; - extern unsigned char blank_chaddr[]; void clear_lease(u_int8_t *chaddr, u_int32_t yiaddr); |