summaryrefslogtreecommitdiffstats
path: root/sesman/tools/tcp.h
diff options
context:
space:
mode:
Diffstat (limited to 'sesman/tools/tcp.h')
-rw-r--r--sesman/tools/tcp.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sesman/tools/tcp.h b/sesman/tools/tcp.h
index 6697c662..e436ccd4 100644
--- a/sesman/tools/tcp.h
+++ b/sesman/tools/tcp.h
@@ -36,7 +36,7 @@
* @return 0 on success, 1 on error
*
*/
-int DEFAULT_CC
+int
tcp_force_recv(int sck, char* data, int len);
/**
@@ -48,7 +48,7 @@ tcp_force_recv(int sck, char* data, int len);
* @return 0 on success, 1 on error
*
*/
-int DEFAULT_CC
+int
tcp_force_send(int sck, char* data, int len);
/**
@@ -60,7 +60,7 @@ tcp_force_send(int sck, char* data, int len);
* @return 0 on success, -1 on error
*
*/
-int DEFAULT_CC
+int
tcp_bind(int sck, char* addr, char* port);
#endif