view network.h @ 852:8da65f529a10

Dariusz added
author gabucino
date Wed, 23 May 2001 08:51:44 +0000
parents c906b7600fc6
children 7f6641b1b0df
line wrap: on
line source

#ifndef NETWORK_H
#define NETWORK_H


int connect2Server(char *host, int port);

#endif