Changeset 85124a9 in mainline for uspace/lib/socket/include/icmp_api.h


Ignore:
Timestamp:
2010-10-13T21:10:56Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f3b4051
Parents:
ff2a62d
Message:

Move the definition of mseconds_t out of icmp_api.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/socket/include/icmp_api.h

    rff2a62d r85124a9  
    4141#include <net/inet.h>
    4242#include <sys/types.h>
     43#include <unistd.h>
    4344
    4445#include <net_device.h>
     
    4849#include <icmp_codes.h>
    4950#include <icmp_common.h>
    50 
    51 /** Miliseconds type definition.
    52  */
    53 typedef size_t  mseconds_t;
    5451
    5552/** @name ICMP module application interface
Note: See TracChangeset for help on using the changeset viewer.