Changes in uspace/srv/net/tcp/tqueue.h [975d528:b7fd2a0] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/tcp/tqueue.h
r975d528 rb7fd2a0 40 40 #include "tcp_type.h" 41 41 42 extern int tcp_tqueue_init(tcp_tqueue_t *, tcp_conn_t *,42 extern errno_t tcp_tqueue_init(tcp_tqueue_t *, tcp_conn_t *, 43 43 tcp_tqueue_cb_t *); 44 44 extern void tcp_tqueue_clear(tcp_tqueue_t *);
Note:
See TracChangeset
for help on using the changeset viewer.