Changeset edeee9f in mainline for uspace/lib/inet/include/ipc/udp.h
- Timestamp:
- 2021-08-10T09:22:19Z (4 years ago)
- Branches:
- master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5e109e1
- Parents:
- 241ab7e
- git-author:
- Jiri Svoboda <jiri@…> (2021-08-09 18:21:05)
- git-committer:
- Jiri Svoboda <jiri@…> (2021-08-10 09:22:19)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/inet/include/ipc/udp.h
r241ab7e redeee9f 27 27 */ 28 28 29 /** @addtogroup lib cipc29 /** @addtogroup libinet 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef _LIBC_IPC_UDP_H_36 #define _LIBC_IPC_UDP_H_35 #ifndef LIBINET_IPC_UDP_H 36 #define LIBINET_IPC_UDP_H 37 37 38 38 #include <ipc/common.h>
Note:
See TracChangeset
for help on using the changeset viewer.