view network.h @ 891:ceb1ae196e3a

*** empty log message ***
author gabucino
date Sun, 27 May 2001 20:18:52 +0000
parents c906b7600fc6
children 7f6641b1b0df
line wrap: on
line source

#ifndef NETWORK_H
#define NETWORK_H


int connect2Server(char *host, int port);

#endif