diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-09-26 16:29:12 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-09-26 16:29:12 +0000 |
commit | c321b51dc61f975625a0bfc67cf159f159ee2612 (patch) | |
tree | 3a857514e6779c4c00bf157ff29cfa24d5828e1a /networking/udhcp/dhcpc.h | |
parent | 1a89133caf043d553d866cd6e707e687e914a013 (diff) | |
download | busybox-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.h | 2 |
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 | ||
40 | uint32_t random_xid(void) FAST_FUNC; | 40 | uint32_t random_xid(void) FAST_FUNC; |
41 | int send_discover(uint32_t xid, uint32_t requested) FAST_FUNC; | 41 | int send_discover(uint32_t xid, uint32_t requested) FAST_FUNC; |
42 | int send_selecting(uint32_t xid, uint32_t server, uint32_t requested) FAST_FUNC; | 42 | int 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 |
44 | int send_decline(uint32_t xid, uint32_t server, uint32_t requested) FAST_FUNC; | 44 | int send_decline(uint32_t xid, uint32_t server, uint32_t requested) FAST_FUNC; |
45 | #endif | 45 | #endif |