view network.h @ 853:4f5a6c252703

/etc/mplayer.conf created on install-time based on user responses.
author eyck
date Wed, 23 May 2001 09:19:58 +0000
parents c906b7600fc6
children 7f6641b1b0df
line wrap: on
line source

#ifndef NETWORK_H
#define NETWORK_H


int connect2Server(char *host, int port);

#endif