1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/sys/include/net/sock
Martine S. Lenders 9b4dac7f3e
sock_async: include sock_async_ctx.h before sock-types
This way, the sock-types can use the sock_async_ctx_t type in their
definition without including `sock_async_ctx.h` (potentially creating
further cyclic includes).
2020-02-24 12:33:38 +01:00
..
async sock_async: include sock_async_ctx.h before sock-types 2020-02-24 12:33:38 +01:00
async.h sock_async: fix cyclic dependency with sock_types.h 2020-01-07 10:13:01 +01:00
dns.h sock_dns: fix typo in doc 2018-06-22 13:23:26 +02:00
dtls.h sock: ignore -Wtypedef-redefinition for LLVM where needed 2020-01-07 10:13:02 +01:00
ip.h sock: ignore -Wtypedef-redefinition for LLVM where needed 2020-01-07 10:13:02 +01:00
tcp.h sock: ignore -Wtypedef-redefinition for LLVM where needed 2020-01-07 10:13:02 +01:00
udp.h sock: ignore -Wtypedef-redefinition for LLVM where needed 2020-01-07 10:13:02 +01:00
util.h net/sock/util: Move configuration macros to 'CONFIG_' namespace 2019-12-13 12:04:54 +01:00