udhcp: remove the declaration of non-existent udhcp_checksum
Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
0d0260fd1e
commit
289c47b049
@ -277,8 +277,6 @@ int FAST_FUNC udhcp_str2nip(const char *str, void *arg);
|
|||||||
/* 2nd param is "struct option_set**" */
|
/* 2nd param is "struct option_set**" */
|
||||||
int FAST_FUNC udhcp_str2optset(const char *str, void *arg);
|
int FAST_FUNC udhcp_str2optset(const char *str, void *arg);
|
||||||
|
|
||||||
uint16_t udhcp_checksum(void *addr, int count) FAST_FUNC;
|
|
||||||
|
|
||||||
void udhcp_init_header(struct dhcp_packet *packet, char type) FAST_FUNC;
|
void udhcp_init_header(struct dhcp_packet *packet, char type) FAST_FUNC;
|
||||||
|
|
||||||
int udhcp_recv_kernel_packet(struct dhcp_packet *packet, int fd) FAST_FUNC;
|
int udhcp_recv_kernel_packet(struct dhcp_packet *packet, int fd) FAST_FUNC;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user