2
0
mirror of https://github.com/Genymobile/scrcpy synced 2025-08-29 05:18:23 +00:00
scrcpy/app/src/server.h

5 lines
102 B
C
Raw Normal View History

#include "command.h"
process_t start_server(const char *serial);
void stop_server(process_t server);