mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-26 03:16:18 +00:00
Fixed hasty job prototype for pbuf_queue().
This commit is contained in:
parent
5df22b3468
commit
955d6206ee
@ -112,7 +112,7 @@ void pbuf_cat(struct pbuf *h, struct pbuf *t);
|
|||||||
void pbuf_chain(struct pbuf *h, struct pbuf *t);
|
void pbuf_chain(struct pbuf *h, struct pbuf *t);
|
||||||
struct pbuf *pbuf_take(struct pbuf *f);
|
struct pbuf *pbuf_take(struct pbuf *f);
|
||||||
struct pbuf *pbuf_dechain(struct pbuf *p);
|
struct pbuf *pbuf_dechain(struct pbuf *p);
|
||||||
void pbuf_queue(struct pbuf *p);
|
void pbuf_queue(struct pbuf *p, struct pbuf *n);
|
||||||
struct pbuf * pbuf_dequeue(struct pbuf *p);
|
struct pbuf * pbuf_dequeue(struct pbuf *p);
|
||||||
|
|
||||||
#endif /* __LWIP_PBUF_H__ */
|
#endif /* __LWIP_PBUF_H__ */
|
||||||
|
Loading…
Reference in New Issue
Block a user