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

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

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

revision 1.7.2.2 by kieranm, Thu Aug 21 09:59:21 2003 UTC revision 1.7.2.3 by jani, Tue Nov 4 11:47:52 2003 UTC
# Line 95  u8_t             udp_lookup     (struct Line 95  u8_t             udp_lookup     (struct
95  void             udp_input      (struct pbuf *p, struct netif *inp);  void             udp_input      (struct pbuf *p, struct netif *inp);
96  void             udp_init       (void);  void             udp_init       (void);
97    
98    #if UDP_DEBUG
99    int udp_debug_print(struct udp_hdr *udphdr);
100    #else
101    #define udp_debug_print(udphdr)
102    #endif
103  #endif /* __LWIP_UDP_H__ */  #endif /* __LWIP_UDP_H__ */
104    
105    

Legend:
Removed from v.1.7.2.2  
changed lines
  Added in v.1.7.2.3

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