mpv/network.h

8 lines
88 B
C

#ifndef NETWORK_H
#define NETWORK_H
int connect2Server(char *host, int port);
#endif