merged from DEVEL.

This commit is contained in:
marcbou
2003-06-19 11:35:26 +00:00
parent 55f64f13c7
commit ec1c2a714e
2 changed files with 0 additions and 4 deletions

View File

@@ -110,8 +110,6 @@ u8_t pbuf_free(struct pbuf *p);
u8_t pbuf_clen(struct pbuf *p);
void pbuf_chain(struct pbuf *h, struct pbuf *t);
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__ */