mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-25 18:14:53 +00:00
Fix dhcp documentation
This commit is contained in:
parent
d62d3edc08
commit
aa317dcb18
@ -1347,8 +1347,8 @@ dhcp_release_and_stop(struct netif *netif)
|
||||
|
||||
/**
|
||||
* @ingroup dhcp4
|
||||
* @deprecated Use dhcp_release_and_stop() instead.
|
||||
* This function calls dhcp_release_and_stop() internally.
|
||||
* @deprecated Use dhcp_release_and_stop() instead.
|
||||
*/
|
||||
err_t
|
||||
dhcp_release(struct netif *netif)
|
||||
@ -1359,8 +1359,8 @@ dhcp_release(struct netif *netif)
|
||||
|
||||
/**
|
||||
* @ingroup dhcp4
|
||||
* @deprecated Use dhcp_release_and_stop() instead.
|
||||
* This function calls dhcp_release_and_stop() internally.
|
||||
* @deprecated Use dhcp_release_and_stop() instead.
|
||||
*/
|
||||
void
|
||||
dhcp_stop(struct netif *netif)
|
||||
|
Loading…
Reference in New Issue
Block a user