From 027271e5a94591da535187fa95d481a1fdbcd9dc Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Thu, 20 Mar 2008 12:47:01 +0000 Subject: udhcp: fix wrong order of args here: index_in_strings(opt, dhcp_option_strings); code shrink while at it: function old new delta read_config 406 323 -83 --- networking/udhcp/dhcpd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'networking/udhcp/dhcpd.h') diff --git a/networking/udhcp/dhcpd.h b/networking/udhcp/dhcpd.h index 0596e0620..4ce442bef 100644 --- a/networking/udhcp/dhcpd.h +++ b/networking/udhcp/dhcpd.h @@ -108,7 +108,7 @@ int send_inform(struct dhcpMessage *oldpacket); /*** files.h ***/ -int read_config(const char *file); +void read_config(const char *file); void write_leases(void); void read_leases(const char *file); struct option_set *find_option(struct option_set *opt_list, uint8_t code); -- cgit v1.2.3