Changeset 95c675b in mainline for uspace/srv/net/tcp/inet.h


Ignore:
Timestamp:
2017-10-17T13:11:35Z (8 years ago)
Author:
Ondřej Hlavatý <aearsis@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
60af4cdb
Parents:
dbf32b1 (diff), a416d070 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge mainline

File:
1 moved

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/tcp/inet.h

    rdbf32b1 r95c675b  
    11/*
    2  * Copyright (c) 2011 Jiri Svoboda
     2 * Copyright (c) 2015 Jiri Svoboda
    33 * All rights reserved.
    44 *
     
    3030 * @{
    3131 */
    32 /** @file TCP (Transmission Control Protocol) network module
     32/** @file TCP inet interfacing
    3333 */
    3434
    35 #ifndef TCP_H
    36 #define TCP_H
     35#ifndef TCP_INET_H
     36#define TCP_INET_H
    3737
    38 #include <async.h>
    3938#include "tcp_type.h"
    4039
     40extern int tcp_inet_init(void);
    4141extern void tcp_transmit_pdu(tcp_pdu_t *);
    4242
Note: See TracChangeset for help on using the changeset viewer.