mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-04 21:44:38 +08: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
|
* @ingroup dhcp4
|
||||||
* @deprecated Use dhcp_release_and_stop() instead.
|
|
||||||
* This function calls dhcp_release_and_stop() internally.
|
* This function calls dhcp_release_and_stop() internally.
|
||||||
|
* @deprecated Use dhcp_release_and_stop() instead.
|
||||||
*/
|
*/
|
||||||
err_t
|
err_t
|
||||||
dhcp_release(struct netif *netif)
|
dhcp_release(struct netif *netif)
|
||||||
@ -1359,8 +1359,8 @@ dhcp_release(struct netif *netif)
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @ingroup dhcp4
|
* @ingroup dhcp4
|
||||||
* @deprecated Use dhcp_release_and_stop() instead.
|
|
||||||
* This function calls dhcp_release_and_stop() internally.
|
* This function calls dhcp_release_and_stop() internally.
|
||||||
|
* @deprecated Use dhcp_release_and_stop() instead.
|
||||||
*/
|
*/
|
||||||
void
|
void
|
||||||
dhcp_stop(struct netif *netif)
|
dhcp_stop(struct netif *netif)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user