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

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

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

revision 1.30 by kieranm, Tue Jun 10 10:45:29 2003 UTC revision 1.31 by likewise, Wed Jun 11 22:11:42 2003 UTC
# Line 291  tcp_bind(struct tcp_pcb *pcb, struct ip_ Line 291  tcp_bind(struct tcp_pcb *pcb, struct ip_
291  static err_t  static err_t
292  tcp_accept_null(void *arg, struct tcp_pcb *pcb, err_t err)  tcp_accept_null(void *arg, struct tcp_pcb *pcb, err_t err)
293  {  {
294    if (arg || pcb || err);    (void)arg;
295      (void)pcb;
296      (void)err;
297    
298    return ERR_ABRT;    return ERR_ABRT;
299  }  }
300  #endif /* LWIP_CALLBACK_API */  #endif /* LWIP_CALLBACK_API */

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31

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