mirror of
https://github.com/Genymobile/scrcpy
synced 2025-09-03 15:55:46 +00:00
Extract server-related functions
To lighten screen.c, move start_server() and stop_server() to a separate file.
This commit is contained in:
4
app/src/server.h
Normal file
4
app/src/server.h
Normal file
@@ -0,0 +1,4 @@
|
||||
#include "command.h"
|
||||
|
||||
process_t start_server(const char *serial);
|
||||
void stop_server(process_t server);
|
Reference in New Issue
Block a user