aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp/dhcpc.h
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-09-26 16:29:12 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-09-26 16:29:12 +0000
commitc321b51dc61f975625a0bfc67cf159f159ee2612 (patch)
tree3a857514e6779c4c00bf157ff29cfa24d5828e1a /networking/udhcp/dhcpc.h
parent1a89133caf043d553d866cd6e707e687e914a013 (diff)
downloadbusybox-w32-c321b51dc61f975625a0bfc67cf159f159ee2612.tar.gz
busybox-w32-c321b51dc61f975625a0bfc67cf159f159ee2612.tar.bz2
busybox-w32-c321b51dc61f975625a0bfc67cf159f159ee2612.zip
udhcp: added some FIXMEs; code shrink. -49 bytes
Diffstat (limited to 'networking/udhcp/dhcpc.h')
-rw-r--r--networking/udhcp/dhcpc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/udhcp/dhcpc.h b/networking/udhcp/dhcpc.h
index 6ca440071..a9348497f 100644
--- a/networking/udhcp/dhcpc.h
+++ b/networking/udhcp/dhcpc.h
@@ -39,7 +39,7 @@ struct client_config_t {
39 39
40uint32_t random_xid(void) FAST_FUNC; 40uint32_t random_xid(void) FAST_FUNC;
41int send_discover(uint32_t xid, uint32_t requested) FAST_FUNC; 41int send_discover(uint32_t xid, uint32_t requested) FAST_FUNC;
42int send_selecting(uint32_t xid, uint32_t server, uint32_t requested) FAST_FUNC; 42int send_select(uint32_t xid, uint32_t server, uint32_t requested) FAST_FUNC;
43#if ENABLE_FEATURE_UDHCPC_ARPING 43#if ENABLE_FEATURE_UDHCPC_ARPING
44int send_decline(uint32_t xid, uint32_t server, uint32_t requested) FAST_FUNC; 44int send_decline(uint32_t xid, uint32_t server, uint32_t requested) FAST_FUNC;
45#endif 45#endif