Changeset 762b48a in mainline for uspace/srv/net/tl/tcp/ucall.h


Ignore:
Timestamp:
2011-11-23T19:14:49Z (12 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
04cd242
Parents:
1812a0d
Message:

Rename some source files as their meaning has shifted.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/tl/tcp/ucall.h

    r1812a0d r762b48a  
    3030 * @{
    3131 */
    32 /** @file TCP entry points (close to those defined in the RFC)
     32/** @file TCP user calls (close to those defined in the RFC)
    3333 */
    3434
    35 #ifndef STATE_H
    36 #define STATE_H
     35#ifndef UCALL_H
     36#define UCALL_H
    3737
    3838#include <sys/types.h>
Note: See TracChangeset for help on using the changeset viewer.