Changeset 85124a9 in mainline for uspace/lib/socket/include/icmp_api.h
- Timestamp:
- 2010-10-13T21:10:56Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f3b4051
- Parents:
- ff2a62d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/socket/include/icmp_api.h
rff2a62d r85124a9 41 41 #include <net/inet.h> 42 42 #include <sys/types.h> 43 #include <unistd.h> 43 44 44 45 #include <net_device.h> … … 48 49 #include <icmp_codes.h> 49 50 #include <icmp_common.h> 50 51 /** Miliseconds type definition.52 */53 typedef size_t mseconds_t;54 51 55 52 /** @name ICMP module application interface
Note:
See TracChangeset
for help on using the changeset viewer.