From 2bf2931d526fbd3998b9ffe99cdbad5d5ea6d290 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Tue, 4 Oct 2016 00:37:50 +0200 Subject: dhcp: merge files.c into dhcpd.c Added NOINLINE to two function, since my version of gcc would actualy increase code size otherwise. I see no size changes. Signed-off-by: Denys Vlasenko --- networking/udhcp/dhcpd.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'networking/udhcp/dhcpd.h') diff --git a/networking/udhcp/dhcpd.h b/networking/udhcp/dhcpd.h index 9dd5bef9e..08c9e8c63 100644 --- a/networking/udhcp/dhcpd.h +++ b/networking/udhcp/dhcpd.h @@ -117,12 +117,6 @@ void log_static_leases(struct static_lease **st_lease_pp) FAST_FUNC; # define log_static_leases(st_lease_pp) ((void)0) #endif - -void read_config(const char *file) FAST_FUNC; -void write_leases(void) FAST_FUNC; -void read_leases(const char *file) FAST_FUNC; - - POP_SAVED_FUNCTION_VISIBILITY #endif -- cgit v1.2.3