aboutsummaryrefslogtreecommitdiffstats
path: root/tcp.h
diff options
context:
space:
mode:
authorpowwow@askgustav.com <powwow@askgustav.com>2017-02-18 22:07:47 (GMT)
committerSteve Slaven <bpk@hoopajoo.net>2018-09-05 17:25:17 (GMT)
commitd380255c5c82d1a66bfcfe964c68afef69715375 (patch)
tree56aae2c49fc4b0d6557770e7c4d3f881c0d1e7b6 /tcp.h
parente50085c705164114b3f4eb3efd4b2f7794a16163 (diff)
downloadpowwow-d380255c5c82d1a66bfcfe964c68afef69715375.zip
powwow-d380255c5c82d1a66bfcfe964c68afef69715375.tar.gz
powwow-d380255c5c82d1a66bfcfe964c68afef69715375.tar.bz2
remove unused function tcp_read_addIAC()
Diffstat (limited to 'tcp.h')
-rw-r--r--tcp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tcp.h b/tcp.h
index 56389b9..8fbec30 100644
--- a/tcp.h
+++ b/tcp.h
@@ -73,7 +73,6 @@ void tcp_close __P ((char *id));
void tcp_togglesnoop __P ((char *id));
void tcp_spawn __P ((char *id, char *cmd));
int tcp_unIAC __P ((char *data, int len));
-int tcp_read_addIAC __P ((int fd, char *data, int len));
#endif /* _TCP_H_ */