Changeset c0e74b1 in mainline for uspace/lib/net/include/ip_client.h
- Timestamp:
- 2010-10-06T22:58:18Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ae972834
- Parents:
- 49d871ea (diff), d9e2e0e (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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/net/include/ip_client.h
r49d871ea rc0e74b1 38 38 #define __NET_IP_CLIENT_H__ 39 39 40 #include <net/socket_codes.h> 40 41 #include <sys/types.h> 41 42 … … 43 44 #include <ip_codes.h> 44 45 #include <ip_interface.h> 45 #include <socket_codes.h>46 46 47 47 /** Prepares the packet to be transfered via IP.
Note:
See TracChangeset
for help on using the changeset viewer.