mirror of
https://github.com/mpv-player/mpv
synced 2025-02-05 22:52:18 +00:00
8 lines
88 B
C
8 lines
88 B
C
|
#ifndef NETWORK_H
|
||
|
#define NETWORK_H
|
||
|
|
||
|
|
||
|
int connect2Server(char *host, int port);
|
||
|
|
||
|
#endif
|