diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/network.h	Sun May 20 12:58:41 2001 +0000
@@ -0,0 +1,7 @@
+#ifndef NETWORK_H
+#define NETWORK_H
+
+
+int connect2Server(char *host, int port);
+
+#endif