From: Baruch Siach Date: Fri, 9 Sep 2011 09:03:45 +0000 (+0200) Subject: udhcp: remove the declaration of non-existent udhcp_checksum X-Git-Tag: 1_20_0~250 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=289c47b04921a742e94bf07006eae3f0b97acc1f;p=oweals%2Fbusybox.git udhcp: remove the declaration of non-existent udhcp_checksum Signed-off-by: Baruch Siach Signed-off-by: Denys Vlasenko --- diff --git a/networking/udhcp/common.h b/networking/udhcp/common.h index ad6991c94..80d97e857 100644 --- a/networking/udhcp/common.h +++ b/networking/udhcp/common.h @@ -277,8 +277,6 @@ int FAST_FUNC udhcp_str2nip(const char *str, void *arg); /* 2nd param is "struct option_set**" */ 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; int udhcp_recv_kernel_packet(struct dhcp_packet *packet, int fd) FAST_FUNC;