]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lwip.git/commitdiff
Disabled pbuf_dechain() as it not currently in use.
authorlikewise <likewise>
Mon, 14 Apr 2003 12:17:08 +0000 (12:17 +0000)
committerlikewise <likewise>
Mon, 14 Apr 2003 12:17:08 +0000 (12:17 +0000)
src/include/lwip/pbuf.h

index ce6da5b39e6dd8fde713f5c23c5c955ddef16cc5..eb3be89cf22bd3d25486483ab2422d4e0141e9f6 100644 (file)
@@ -103,8 +103,9 @@ void pbuf_ref_chain(struct pbuf *p);
 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_dechain(struct pbuf *p);
 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__ */