summaryrefslogtreecommitdiffstats
path: root/minadbd/adb.h
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2014-01-27 21:46:36 +0100
committerAndroid Git Automerger <android-git-automerger@android.com>2014-01-27 21:46:36 +0100
commit4068f6aff2f898c55e6f8f3e2c92eefbb9189524 (patch)
treefb59803a356d869fd20b2c2135cf0ae9990b4595 /minadbd/adb.h
parentam f4641299: am 295e74aa: Merge "adbd: switch to su domain when running as root" (diff)
parentam f3532072: Merge "minadbd: remove dead code" (diff)
downloadandroid_bootable_recovery-4068f6aff2f898c55e6f8f3e2c92eefbb9189524.tar
android_bootable_recovery-4068f6aff2f898c55e6f8f3e2c92eefbb9189524.tar.gz
android_bootable_recovery-4068f6aff2f898c55e6f8f3e2c92eefbb9189524.tar.bz2
android_bootable_recovery-4068f6aff2f898c55e6f8f3e2c92eefbb9189524.tar.lz
android_bootable_recovery-4068f6aff2f898c55e6f8f3e2c92eefbb9189524.tar.xz
android_bootable_recovery-4068f6aff2f898c55e6f8f3e2c92eefbb9189524.tar.zst
android_bootable_recovery-4068f6aff2f898c55e6f8f3e2c92eefbb9189524.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();