view network.h @ 901:ec0dbbec7e79

Added fourcc MP4S (ISO MPEG-4 Video V1) to OpenDivx codec.
author bertrand
date Tue, 29 May 2001 16:50:43 +0000
parents c906b7600fc6
children 7f6641b1b0df
line wrap: on
line source

#ifndef NETWORK_H
#define NETWORK_H


int connect2Server(char *host, int port);

#endif