view network.h @ 887:1e30c5b55cdb

prints kernel, gcc and binutils version
author arpi_esp
date Sat, 26 May 2001 21:26:03 +0000
parents c906b7600fc6
children 7f6641b1b0df
line wrap: on
line source

#ifndef NETWORK_H
#define NETWORK_H


int connect2Server(char *host, int port);

#endif