1
mirror of https://github.com/mpv-player/mpv synced 2024-10-26 07:22:17 +02:00
mpv/network.h
bertrand d0970ce743 Included "netdb.h" file needed.
Changed exit to return -1.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@842 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-05-20 12:58:41 +00:00

8 lines
88 B
C

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