mirror of
https://github.com/Genymobile/scrcpy
synced 2024-11-03 03:40:31 +00:00
5 lines
102 B
C
5 lines
102 B
C
|
#include "command.h"
|
||
|
|
||
|
process_t start_server(const char *serial);
|
||
|
void stop_server(process_t server);
|