summaryrefslogtreecommitdiffstats
path: root/minadbd/adb.h
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2014-01-27 21:40:26 +0100
committerAndroid Git Automerger <android-git-automerger@android.com>2014-01-27 21:40:26 +0100
commitfd84f65dcda3c7e4b42c71a7df85efebdbf7ea7a (patch)
tree204b161f278429959d45668233cb85dc8754a4a3 /minadbd/adb.h
parentam 295e74aa: Merge "adbd: switch to su domain when running as root" (diff)
parentMerge "minadbd: remove dead code" (diff)
downloadandroid_bootable_recovery-fd84f65dcda3c7e4b42c71a7df85efebdbf7ea7a.tar
android_bootable_recovery-fd84f65dcda3c7e4b42c71a7df85efebdbf7ea7a.tar.gz
android_bootable_recovery-fd84f65dcda3c7e4b42c71a7df85efebdbf7ea7a.tar.bz2
android_bootable_recovery-fd84f65dcda3c7e4b42c71a7df85efebdbf7ea7a.tar.lz
android_bootable_recovery-fd84f65dcda3c7e4b42c71a7df85efebdbf7ea7a.tar.xz
android_bootable_recovery-fd84f65dcda3c7e4b42c71a7df85efebdbf7ea7a.tar.zst
android_bootable_recovery-fd84f65dcda3c7e4b42c71a7df85efebdbf7ea7a.zip
Diffstat (limited to 'minadbd/adb.h')
-rw-r--r--minadbd/adb.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/minadbd/adb.h b/minadbd/adb.h
index 98fa5972e..688a6f273 100644
--- a/minadbd/adb.h
+++ b/minadbd/adb.h
@@ -244,15 +244,11 @@ void kick_transport( atransport* t );
#if ADB_HOST
int get_available_local_transport_index();
#endif
-int init_socket_transport(atransport *t, int s, int port, int local);
void init_usb_transport(atransport *t, usb_handle *usb, int state);
/* for MacOS X cleanup */
void close_usb_devices();
-/* cause new transports to be init'd and added to the list */
-void register_socket_transport(int s, const char *serial, int port, int local);
-
/* these should only be used for the "adb disconnect" command */
void unregister_transport(atransport *t);
void unregister_all_tcp_transports();