view network.h @ 859:3560d38486ab

Better insns scheduling
author nickols_k
date Thu, 24 May 2001 09:42:18 +0000
parents c906b7600fc6
children 7f6641b1b0df
line wrap: on
line source

#ifndef NETWORK_H
#define NETWORK_H


int connect2Server(char *host, int port);

#endif