diff options
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 4ddd12120..fa091bf72 100644 --- a/networking/udhcp/dhcpc.h +++ b/networking/udhcp/dhcpc.h | |||
@@ -38,7 +38,7 @@ extern struct client_config_t client_config; | |||
38 | 38 | ||
39 | /*** clientpacket.h ***/ | 39 | /*** clientpacket.h ***/ |
40 | 40 | ||
41 | unsigned long random_xid(void); | 41 | unsigned random_xid(void); |
42 | int send_discover(unsigned long xid, unsigned long requested); | 42 | int send_discover(unsigned long xid, unsigned long requested); |
43 | int send_selecting(unsigned long xid, unsigned long server, unsigned long requested); | 43 | int send_selecting(unsigned long xid, unsigned long server, unsigned long requested); |
44 | int send_renew(unsigned long xid, unsigned long server, unsigned long ciaddr); | 44 | int send_renew(unsigned long xid, unsigned long server, unsigned long ciaddr); |