diff th_network.h @ 117:bfae4758fa6f

More work on network module.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 21 Jun 2014 23:31:54 +0300
parents bc540c5bfaf9
children 8c39e8e90dbd
line wrap: on
line diff
--- a/th_network.h	Sat Jun 21 23:19:57 2014 +0300
+++ b/th_network.h	Sat Jun 21 23:31:54 2014 +0300
@@ -137,6 +137,7 @@
 
 int         th_conn_pull(th_conn_t *);
 int         th_conn_send_buf(th_conn_t *, const void *buf, const size_t len);
+int         th_conn_send_growbuf(th_conn_t *, th_growbuf_t *buf);
 BOOL        th_conn_check(th_conn_t *);