comparison network.h @ 841:c906b7600fc6

Included "netdb.h" file needed. Changed exit to return -1.
author bertrand
date Sun, 20 May 2001 12:58:41 +0000
parents
children 7f6641b1b0df
comparison
equal deleted inserted replaced
840:9141234715a2 841:c906b7600fc6
1 #ifndef NETWORK_H
2 #define NETWORK_H
3
4
5 int connect2Server(char *host, int port);
6
7 #endif