nova proba

Revision:
23:766819b4c453
Parent:
22:11279d24a105
Child:
24:ec9446d86668
--- a/main.cpp	Thu Jun 11 10:41:11 2020 +0200
+++ b/main.cpp	Fri Jun 12 00:23:19 2020 +0200
@@ -92,8 +92,8 @@
                      char no = getchar()-'0';
                      puts("\n\rTCP Clients Thread controll, thread flag input:");
                      char fl = getchar()-'0';
-                    void restart_TcpClient( int noClient, int typeRestart );
-                    restart_TcpClientConnection( no, fl & 7 );
+                    // void restart_TcpClient( int noClient, int typeRestart );
+                    // restart_TcpClientConnection( no, fl & 7 );
                     printf("\n\rthread = %d, flag =%d\n\r", no, fl);
             }
             break;