mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-04-21 01:33:36 +00:00
Move server-related functions to server.c
In addition to the functions to start/stop the server, move the functions to push the jar and enable/disable the "adb reverse" tunnel.
This commit is contained in:
parent
3078894d1f
commit
d7b00a9bab
3 changed files with 25 additions and 8 deletions
|
|
@ -1,4 +1,8 @@
|
|||
#include "command.h"
|
||||
|
||||
process_t push_server(const char *serial);
|
||||
process_t enable_tunnel(const char *serial, Uint16 local_port);
|
||||
process_t disable_tunnel(const char *serial);
|
||||
|
||||
process_t start_server(const char *serial);
|
||||
void stop_server(process_t server);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue