mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-04 21:44:38 +08:00
doc: altcp: keep altcp_alloc/altcp_free out of the docs
Those functions are for implementing altcp layers, not for applications
This commit is contained in:
parent
333fff3e66
commit
3bd87e3815
@ -58,7 +58,6 @@
|
|||||||
extern const struct altcp_functions altcp_tcp_functions;
|
extern const struct altcp_functions altcp_tcp_functions;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @ingroup altcp
|
|
||||||
* For altcp layer implementations only: allocate a new struct altcp_pcb from the pool
|
* For altcp layer implementations only: allocate a new struct altcp_pcb from the pool
|
||||||
* and zero the memory
|
* and zero the memory
|
||||||
*/
|
*/
|
||||||
@ -73,7 +72,6 @@ altcp_alloc(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @ingroup altcp
|
|
||||||
* For altcp layer implementations only: return a struct altcp_pcb to the pool
|
* For altcp layer implementations only: return a struct altcp_pcb to the pool
|
||||||
*/
|
*/
|
||||||
void
|
void
|
||||||
|
Loading…
x
Reference in New Issue
Block a user