projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d0260f
)
udhcp: remove the declaration of non-existent udhcp_checksum
author
Baruch Siach
<baruch@tkos.co.il>
Fri, 9 Sep 2011 09:03:45 +0000
(11:03 +0200)
committer
Denys Vlasenko
<vda.linux@googlemail.com>
Fri, 9 Sep 2011 09:03:45 +0000
(11:03 +0200)
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
networking/udhcp/common.h
patch
|
blob
|
history
diff --git
a/networking/udhcp/common.h
b/networking/udhcp/common.h
index ad6991c9454a354411deeac939c319a96396282f..80d97e85787e18131b3294459b0f7d8d6e846339 100644
(file)
--- 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;