view network.h @ 855:044cfdebe60c

opendivx NEW_DECORE fixed
author arpi_esp
date Thu, 24 May 2001 01:19:29 +0000
parents c906b7600fc6
children 7f6641b1b0df
line wrap: on
line source

#ifndef NETWORK_H
#define NETWORK_H


int connect2Server(char *host, int port);

#endif