/[lwip]/lwip/src/core/tcp_out.c
ViewVC logotype

Diff of /lwip/src/core/tcp_out.c

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

revision 1.23 by likewise, Tue May 20 08:16:29 2003 UTC revision 1.24 by jani, Tue May 27 13:44:08 2003 UTC
# Line 59  Line 59 
59  #include "lwip/stats.h"  #include "lwip/stats.h"
60    
61  #if LWIP_TCP  #if LWIP_TCP
 #define LWIP_MIN(x,y) (x) < (y)? (x): (y)  
   
   
62    
63  /* Forward declarations.*/  /* Forward declarations.*/
64  static void tcp_output_segment(struct tcp_seg *seg, struct tcp_pcb *pcb);  static void tcp_output_segment(struct tcp_seg *seg, struct tcp_pcb *pcb);

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

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