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

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

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

revision 1.11 by davidhaas, Thu Feb 6 22:18:56 2003 UTC revision 1.12 by jani, Fri Feb 7 10:13:51 2003 UTC
# Line 396  int tcp_pcbs_sane(void); Line 396  int tcp_pcbs_sane(void);
396  #define tcp_pcbs_sane() 1  #define tcp_pcbs_sane() 1
397  #endif /* TCP_DEBUG */  #endif /* TCP_DEBUG */
398    
399    #if NO_SYS
400    #define tcp_timer_needed()
401    #else
402  void tcp_timer_needed(void);  void tcp_timer_needed(void);
403    #endif
404    
405  /* The TCP PCB lists. */  /* The TCP PCB lists. */
406  extern struct tcp_pcb_listen *tcp_listen_pcbs;  /* List of all TCP PCBs in LISTEN state. */  extern struct tcp_pcb_listen *tcp_listen_pcbs;  /* List of all TCP PCBs in LISTEN state. */

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

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