aboutsummaryrefslogtreecommitdiffstats
path: root/FICS/get_tcp_conn.h
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2024-01-03 00:31:33 +0100
committerMarkus Uhlin <markus@nifty-networks.net>2024-01-03 00:31:33 +0100
commit21aff5e1740a154e8f96e3031a69d61b120e6322 (patch)
tree0218491c9ff2057e1aa68d8df3b76d97e567d2ec /FICS/get_tcp_conn.h
parentb1c3d6f09c415e6fc66d6c4b0eac0a945ef0782b (diff)
Not used anywhere
Diffstat (limited to 'FICS/get_tcp_conn.h')
-rw-r--r--FICS/get_tcp_conn.h13
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();