diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2016-10-04 00:37:50 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2016-10-04 00:56:58 +0200 |
commit | 2bf2931d526fbd3998b9ffe99cdbad5d5ea6d290 (patch) | |
tree | b3a9944d558acea501d9b06b8221b6b45ba4a787 /networking/udhcp/dhcpd.h | |
parent | 095ddf7669a05b52839ccbfd2c324de718241747 (diff) | |
download | busybox-w32-2bf2931d526fbd3998b9ffe99cdbad5d5ea6d290.tar.gz busybox-w32-2bf2931d526fbd3998b9ffe99cdbad5d5ea6d290.tar.bz2 busybox-w32-2bf2931d526fbd3998b9ffe99cdbad5d5ea6d290.zip |
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 <vda.linux@googlemail.com>
Diffstat (limited to 'networking/udhcp/dhcpd.h')
-rw-r--r-- | networking/udhcp/dhcpd.h | 6 |
1 files changed, 0 insertions, 6 deletions
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; | |||
117 | # define log_static_leases(st_lease_pp) ((void)0) | 117 | # define log_static_leases(st_lease_pp) ((void)0) |
118 | #endif | 118 | #endif |
119 | 119 | ||
120 | |||
121 | void read_config(const char *file) FAST_FUNC; | ||
122 | void write_leases(void) FAST_FUNC; | ||
123 | void read_leases(const char *file) FAST_FUNC; | ||
124 | |||
125 | |||
126 | POP_SAVED_FUNCTION_VISIBILITY | 120 | POP_SAVED_FUNCTION_VISIBILITY |
127 | 121 | ||
128 | #endif | 122 | #endif |