diff th_network.h @ 116:bc540c5bfaf9

More work on network module.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 21 Jun 2014 23:19:57 +0300
parents ea5b1c4b3af5
children bfae4758fa6f
line wrap: on
line diff
--- a/th_network.h	Sat Jun 21 23:11:36 2014 +0300
+++ b/th_network.h	Sat Jun 21 23:19:57 2014 +0300
@@ -136,7 +136,7 @@
 void        th_conn_reset(th_conn_t *);
 
 int         th_conn_pull(th_conn_t *);
-int         th_conn_send_buf(th_conn_t *, const char *buf, const size_t len);
+int         th_conn_send_buf(th_conn_t *, const void *buf, const size_t len);
 BOOL        th_conn_check(th_conn_t *);