scrcpy/app/src/netutil.h
Romain Vimont 54d9148a36 Initial commit
Start a new clean history from here.
2017-12-12 15:25:15 +01:00

8 lines
124 B
C

#ifndef NETUTIL_H
#define NETUTIL_H
#include <SDL2/SDL_net.h>
TCPsocket blocking_accept(TCPsocket server_socket);
#endif