Changeset 42f61f01 in mainline for uspace/srv/net/tcp/inet.h


Ignore:
Timestamp:
2017-09-06T06:53:55Z (7 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d14840d
Parents:
20c82e3
Message:

Fix ia64/abs32le builds.

File:
1 moved

Legend:

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

    r20c82e3 r42f61f01  
    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.