summaryrefslogtreecommitdiff
path: root/tcp.h
diff options
context:
space:
mode:
authortomsmeding <tom.smeding@gmail.com>2017-01-19 11:05:59 +0100
committertomsmeding <tom.smeding@gmail.com>2017-01-19 11:05:59 +0100
commit830a7b4ff5d08f408a3df56846d8b336d17fa979 (patch)
tree641284be9bd5c7876929fb4c920b586da64b2568 /tcp.h
parent6b260962eef4caa486ceee9a60b61c67269025c6 (diff)
ui ++
Diffstat (limited to 'tcp.h')
-rw-r--r--tcp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tcp.h b/tcp.h
index a09732a..dd368cb 100644
--- a/tcp.h
+++ b/tcp.h
@@ -25,6 +25,7 @@ typedef struct TcpList{
//Returns NULL on error instead of -1.
TcpList* tcp_read_list(int sock,const char *tag);
+void tcp_list_destroy(TcpList *list);
//Returns the socket.