udhcp: move serverpacket.c into dhcpd.c, no other changes
function old new delta udhcpd_main 1480 1956 +476 send_inform 83 - -83 send_offer 376 - -376 ------------------------------------------------------------------------------ (add/remove: 0/3 grow/shrink: 1/0 up/down: 476/-459) Total: 17 bytes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@@ -124,14 +124,6 @@ void log_static_leases(struct static_lease **st_lease_pp) FAST_FUNC;
|
||||
#endif
|
||||
|
||||
|
||||
/*** serverpacket.h ***/
|
||||
|
||||
int send_offer(struct dhcp_packet *oldpacket) FAST_FUNC;
|
||||
int send_NAK(struct dhcp_packet *oldpacket) FAST_FUNC;
|
||||
int send_ACK(struct dhcp_packet *oldpacket, uint32_t yiaddr) FAST_FUNC;
|
||||
int send_inform(struct dhcp_packet *oldpacket) FAST_FUNC;
|
||||
|
||||
|
||||
/*** files.h ***/
|
||||
|
||||
void read_config(const char *file) FAST_FUNC;
|
||||
|
Reference in New Issue
Block a user