summaryrefslogtreecommitdiff
path: root/tcp.h
diff options
context:
space:
mode:
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.