Ignore:
File:
1 edited

Legend:

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

    r8ebc5b8a r2cb32f9  
    4343
    4444/** Alocate new segment structure. */
    45 static tcp_segment_t *tcp_segment_new(void)
     45tcp_segment_t *tcp_segment_new(void)
    4646{
    4747        return calloc(1, sizeof(tcp_segment_t));
Note: See TracChangeset for help on using the changeset viewer.