00001 #ifndef _connect_h_ 00002 #define _connect_h_ 00003 #include <stdio.h> 00004 #include <sched.h> 00005 #include <unistd.h> 00006 #include <time.h> 00007 #include <ctype.h> 00008 #include <string.h> 00009 #include <netdb.h> 00010 #include <sys/types.h> 00011 #include <sys/socket.h> 00012 #include <iostream> 00013 00014 int connect(hostent * he, int port); 00015 #endif