/[lwip]/lwip/src/include/lwip/pbuf.h
ViewVC logotype

Diff of /lwip/src/include/lwip/pbuf.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.13.4.1 by marcbou, Thu Jun 19 11:34:02 2003 UTC revision 1.13.4.2 by jani, Mon Nov 3 07:57:20 2003 UTC
# Line 108  void pbuf_ref(struct pbuf *p); Line 108  void pbuf_ref(struct pbuf *p);
108  void pbuf_ref_chain(struct pbuf *p);  void pbuf_ref_chain(struct pbuf *p);
109  u8_t pbuf_free(struct pbuf *p);  u8_t pbuf_free(struct pbuf *p);
110  u8_t pbuf_clen(struct pbuf *p);    u8_t pbuf_clen(struct pbuf *p);  
111    void pbuf_cat(struct pbuf *h, struct pbuf *t);
112  void pbuf_chain(struct pbuf *h, struct pbuf *t);  void pbuf_chain(struct pbuf *h, struct pbuf *t);
113  struct pbuf *pbuf_take(struct pbuf *f);  struct pbuf *pbuf_take(struct pbuf *f);
114  struct pbuf *pbuf_dechain(struct pbuf *p);  struct pbuf *pbuf_dechain(struct pbuf *p);

Legend:
Removed from v.1.13.4.1  
changed lines
  Added in v.1.13.4.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26