mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-12-17 05:24:19 +01: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