In addition to the functions to start/stop the server, move the functions to push the jar and enable/disable the "adb reverse" tunnel.master
parent
3078894d1f
commit
d7b00a9bab
@ -1,4 +1,8 @@
|
|||||||
#include "command.h"
|
#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);
|
process_t start_server(const char *serial);
|
||||||
void stop_server(process_t server);
|
void stop_server(process_t server);
|
||||||
|
|||||||
Loading…
Reference in new issue