view network.h @ 843:a88b87750b8a

Fixed crashing while reading the content description for some ASF file.
author bertrand
date Sun, 20 May 2001 13:24:41 +0000
parents c906b7600fc6
children 7f6641b1b0df
line wrap: on
line source

#ifndef NETWORK_H
#define NETWORK_H


int connect2Server(char *host, int port);

#endif