scrcpy/app/src/util
Romain Vimont db6252e52b Simplify net.c
The platform-specific code for net.c was implemented in sys/*/net.c.

But the differences are quite limited, so use ifdef-blocks in the single
net.c instead.
2019-12-15 22:04:09 +01:00
..
buffer_util.h Correct coding style 2019-12-04 19:24:59 +01:00
cbuf.h Move utilities to util/ 2019-11-24 11:53:23 +01:00
lock.h Assert return value of mutex functions 2019-11-27 21:40:58 +01:00
log.h Move utilities to util/ 2019-11-24 11:53:23 +01:00
net.c Simplify net.c 2019-12-15 22:04:09 +01:00
net.h Move utilities to util/ 2019-11-24 11:53:23 +01:00
queue.h Replace SDL_assert() by assert() 2019-11-27 21:19:46 +01:00
str_util.c Factorize integer argument parsing 2019-12-08 21:19:53 +01:00
str_util.h Factorize integer argument parsing 2019-12-08 21:19:53 +01:00