private fork

Fork of GSwifiInterface by gs fan

Revision:
8:64184a968e3b
Parent:
5:78943b3945b5
diff -r 6a6396b56405 -r 64184a968e3b Socket/TCPSocketConnection.h
--- a/Socket/TCPSocketConnection.h	Wed Jan 30 05:52:14 2013 +0000
+++ b/Socket/TCPSocketConnection.h	Thu Oct 31 06:41:45 2013 +0000
@@ -75,7 +75,7 @@
     */
     int receive_all(char* data, int length);
 
-    void confCID (int cid);
+    void acceptCID (int cid);
 };
 
 #endif