diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-01-03 00:31:33 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-01-03 00:31:33 +0100 |
commit | 21aff5e1740a154e8f96e3031a69d61b120e6322 (patch) | |
tree | 0218491c9ff2057e1aa68d8df3b76d97e567d2ec /FICS/get_tcp_conn.h | |
parent | b1c3d6f09c415e6fc66d6c4b0eac0a945ef0782b (diff) |
Not used anywhere
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(); |