diff options
author | Baruch Siach <baruch@tkos.co.il> | 2011-09-09 11:03:45 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2011-09-09 11:03:45 +0200 |
commit | 289c47b04921a742e94bf07006eae3f0b97acc1f (patch) | |
tree | 493990f334720ecd59141e9e3d17e323b8c09349 | |
parent | 0d0260fd1e55c39525660370094d090bc5412fe5 (diff) | |
download | busybox-289c47b04921a742e94bf07006eae3f0b97acc1f.tar.gz |
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>
-rw-r--r-- | networking/udhcp/common.h | 2 |
1 files changed, 0 insertions, 2 deletions
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; |