Changeset 762b48a in mainline for uspace/srv/net/tl/tcp/pdu.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/pdu.h

    r1812a0d r762b48a  
    3030 * @{
    3131 */
    32 /** @file TCP header encoding and decoding
     32/** @file TCP PDU (encoded Protocol Data Unit) handling
    3333 */
    3434
    35 #ifndef HEADER_H
    36 #define HEADER_H
     35#ifndef PDU_H
     36#define PDU_H
    3737
    3838#include <sys/types.h>
Note: See TracChangeset for help on using the changeset viewer.