mirror of
https://github.com/mpv-player/mpv
synced 2024-12-16 03:45:23 +00:00
d0970ce743
Changed exit to return -1. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@842 b3059339-0415-0410-9bf9-f77b7e298cf2
8 lines
88 B
C
8 lines
88 B
C
#ifndef NETWORK_H
|
|
#define NETWORK_H
|
|
|
|
|
|
int connect2Server(char *host, int port);
|
|
|
|
#endif
|