Ignore:
File:
1 edited

Legend:

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

    r2cb32f9 r8ebc5b8a  
    4343
    4444/** Alocate new segment structure. */
    45 tcp_segment_t *tcp_segment_new(void)
     45static tcp_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.