diff options
Diffstat (limited to 'FICS/get_tcp_conn.h')
-rw-r--r-- | FICS/get_tcp_conn.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/FICS/get_tcp_conn.h b/FICS/get_tcp_conn.h deleted file mode 100644 index 01320ae..0000000 --- a/FICS/get_tcp_conn.h +++ /dev/null @@ -1,13 +0,0 @@ -/* -** Return codes from get_tcp_conn(). -*/ -#define FAIL (-1) /* routine failed */ -#define NOHOST (FAIL-1) /* no such host */ -#define NOSERVICE (FAIL-2) /* no such service */ - -extern int get_tcp_conn(char *, int); -extern unsigned long **name_to_address(char *); - -/* extern int bcopy(); */ -extern int socket(); -extern int connect(); |