dhcpserver: Cleanup find_lease routine, fix bug
This commit is contained in:
parent
46111bad52
commit
a0a23ae232
2 changed files with 35 additions and 11 deletions
|
@ -24,6 +24,8 @@
|
|||
*/
|
||||
void dhcpserver_start(const ip_addr_t *first_client_addr, uint8_t max_leases);
|
||||
|
||||
void dhcpserver_get_lease(const ip_addr_t *first_client_addr, uint8_t max_leases);
|
||||
|
||||
/* Stop DHCP server.
|
||||
*/
|
||||
void dhcpserver_stop(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue