2018-01-22 18:22:31 +08:00
|
|
|
#include "command.h"
|
|
|
|
|
2018-01-23 22:46:34 +08:00
|
|
|
process_t push_server(const char *serial);
|
|
|
|
process_t enable_tunnel(const char *serial, Uint16 local_port);
|
|
|
|
process_t disable_tunnel(const char *serial);
|
|
|
|
|
2018-01-22 18:22:31 +08:00
|
|
|
process_t start_server(const char *serial);
|
|
|
|
void stop_server(process_t server);
|