Ivan Shindev / Server

Dependents:   ThreadServer Server_Multi_Client

Revision:
3:edde051ab024
Parent:
0:a5fdd089d5c6
--- a/Server.h	Wed Jun 12 13:42:38 2013 +0000
+++ b/Server.h	Thu Jun 13 20:00:50 2013 +0000
@@ -41,4 +41,7 @@
 
 };
 
+void startServerThread(void const *port);
+
+void startServer(int port);
 #endif