diff options
Diffstat (limited to 'adb/adb_client.h')
-rw-r--r-- | adb/adb_client.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/adb/adb_client.h b/adb/adb_client.h index 8061579..40ab189 100644 --- a/adb/adb_client.h +++ b/adb/adb_client.h @@ -25,6 +25,10 @@ char *adb_query(const char *service); */ void adb_set_transport(transport_type type, const char* serial); +/* Set TCP specifics of the transport to use +*/ +void adb_set_tcp_specifics(int server_port); + /* Return the console port of the currently connected emulator (if any) * of -1 if there is no emulator, and -2 if there is more than one. * assumes adb_set_transport() was alled previously... |