/[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.14 by marcbou, Thu Jun 19 11:35:27 2003 UTC revision 1.15 by likewise, Fri Nov 14 13:17:24 2003 UTC
# Line 29  Line 29 
29   * Author: Adam Dunkels <adam@sics.se>   * Author: Adam Dunkels <adam@sics.se>
30   *   *
31   */   */
32  /*-----------------------------------------------------------------------------------*/  
33  #ifndef __LWIP_PBUF_H__  #ifndef __LWIP_PBUF_H__
34  #define __LWIP_PBUF_H__  #define __LWIP_PBUF_H__
35    
# 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.14  
changed lines
  Added in v.1.15

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