mirror of
https://github.com/seahu/rflink.git
synced 2026-01-25 11:25:34 +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