1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/sys/include
Martine Lenders f93ab584d8 sock: make queue_array parameter a pointer
Since sock_tcp_t isn't defined at this moment (only declared) the
compiler is complaining about the use of an array in the parameter list
here.

    sys/include/net/sock/tcp.h:119:32: error: array type has incomplete element type ‘sock_tcp_t {aka struct
sock_tcp}’
                         sock_tcp_t queue_array[], unsigned queue_len,
                                    ^
2016-10-07 15:06:38 +02:00
..
checksum
crypto ciphers: Added defines for return values of cipher_init() and [specific cipher]_init() functions 2016-10-04 13:01:38 +02:00
ecc
embUnit sys/embunit: revised header include guards. 2016-09-01 15:33:23 +02:00
hashes Merge pull request #5692 from BytesGalore/md5_change_parameter_type 2016-09-27 20:07:11 +02:00
net sock: make queue_array parameter a pointer 2016-10-07 15:06:38 +02:00
xtimer
analog_util.h
auto_init.h
base64.h
bitfield.h
bloom.h
cbor.h
color.h
div.h
embUnit.h sys/embunit: revised header include guards. 2016-09-01 15:33:23 +02:00
fd.h
fmt.h
hashes.h
od.h
phydat.h
pipe.h
ps.h
random.h
rtt_stdio.h sys/rtt_stdio: Support SEGGER RTT for stdin/stdout 2016-10-04 19:26:23 -07:00
saul_reg.h
sema.h
seq.h
shell_commands.h
shell.h
timex.h
tm.h
trickle.h
tsrb.h
uart_stdio.h
ubjson.h
universal_address.h
utlist.h
xtimer.h