Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/tcp/conn.c

    rfeeac0d rb243da3  
    381381 * @param conn  Connection
    382382 */
    383 static void tcp_conn_reset(tcp_conn_t *conn)
     383void tcp_conn_reset(tcp_conn_t *conn)
    384384{
    385385        log_msg(LOG_DEFAULT, LVL_DEBUG, "%s: tcp_conn_reset()", conn->name);
Note: See TracChangeset for help on using the changeset viewer.