view network.h @ 850:2cc743142e79

Preliminary support for RT-type subs.
author eyck
date Tue, 22 May 2001 11:09:26 +0000
parents c906b7600fc6
children 7f6641b1b0df
line wrap: on
line source

#ifndef NETWORK_H
#define NETWORK_H


int connect2Server(char *host, int port);

#endif