summaryrefslogtreecommitdiffstats
path: root/adb/adb_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'adb/adb_client.h')
-rw-r--r--adb/adb_client.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/adb/adb_client.h b/adb/adb_client.h
index 0ec47ca..40ab189 100644
--- a/adb/adb_client.h
+++ b/adb/adb_client.h
@@ -29,10 +29,6 @@ void adb_set_transport(transport_type type, const char* serial);
*/
void adb_set_tcp_specifics(int server_port);
-/* Set TCP Hostname of the transport to use
-*/
-void adb_set_tcp_name(const char* hostname);
-
/* 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...