mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-28 09:19:53 +00:00
Disabled pbuf_dechain() as it not currently in use.
This commit is contained in:
parent
f9538c9395
commit
dc1ac6107f
@ -103,8 +103,9 @@ void pbuf_ref_chain(struct pbuf *p);
|
|||||||
u8_t pbuf_free(struct pbuf *p);
|
u8_t pbuf_free(struct pbuf *p);
|
||||||
u8_t pbuf_clen(struct pbuf *p);
|
u8_t pbuf_clen(struct pbuf *p);
|
||||||
void pbuf_chain(struct pbuf *h, struct pbuf *t);
|
void pbuf_chain(struct pbuf *h, struct pbuf *t);
|
||||||
struct pbuf *pbuf_dechain(struct pbuf *p);
|
|
||||||
struct pbuf *pbuf_take(struct pbuf *f);
|
struct pbuf *pbuf_take(struct pbuf *f);
|
||||||
|
#if 0 /* see remark in code */
|
||||||
|
struct pbuf *pbuf_dechain(struct pbuf *p);
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif /* __LWIP_PBUF_H__ */
|
#endif /* __LWIP_PBUF_H__ */
|
||||||
|
Loading…
Reference in New Issue
Block a user