diff options
Diffstat (limited to 'dhcp-common.h')
| -rw-r--r-- | dhcp-common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dhcp-common.h b/dhcp-common.h index 61eccf18..e7d98c1b 100644 --- a/dhcp-common.h +++ b/dhcp-common.h @@ -118,6 +118,6 @@ size_t dhcp_envoption(struct dhcpcd_ctx *, const uint8_t *, size_t, struct dhcp_opt **), const uint8_t *od, size_t ol); void dhcp_zero_index(struct dhcp_opt *); -size_t dhcp_read_lease_fd(int, uint8_t **); +size_t dhcp_read_lease_fd(int fd, uint8_t **lease); #endif |
