mirror of https://github.com/mpv-player/mpv
8 lines
88 B
C
8 lines
88 B
C
|
#ifndef NETWORK_H
|
||
|
#define NETWORK_H
|
||
|
|
||
|
|
||
|
int connect2Server(char *host, int port);
|
||
|
|
||
|
#endif
|