mirror of
https://github.com/seahu/rflink.git
synced 2025-12-10 07:57:23 +01:00
first commit
This commit is contained in:
7
RPi_rflink/server.h
Normal file
7
RPi_rflink/server.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#ifndef _server_h
|
||||
#define _server_h
|
||||
|
||||
// start TCP server
|
||||
int TCPserver(int port);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user