Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/tcp/tqueue.h

    r975d528 rb7fd2a0  
    4040#include "tcp_type.h"
    4141
    42 extern int tcp_tqueue_init(tcp_tqueue_t *, tcp_conn_t *,
     42extern errno_t tcp_tqueue_init(tcp_tqueue_t *, tcp_conn_t *,
    4343    tcp_tqueue_cb_t *);
    4444extern void tcp_tqueue_clear(tcp_tqueue_t *);
Note: See TracChangeset for help on using the changeset viewer.