summaryrefslogtreecommitdiffstats
path: root/minadbd/adb.h
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2014-01-24 01:39:22 +0100
committerColin Cross <ccross@android.com>2014-01-24 23:51:54 +0100
commite787fee8f28d7cf6ab15635671ec46b1ce6bc87d (patch)
treeaa6e2ff0fb0d0accd7ca27231c6e9e717f69e9a4 /minadbd/adb.h
parentMerge "adbd: switch to su domain when running as root" (diff)
downloadandroid_bootable_recovery-e787fee8f28d7cf6ab15635671ec46b1ce6bc87d.tar
android_bootable_recovery-e787fee8f28d7cf6ab15635671ec46b1ce6bc87d.tar.gz
android_bootable_recovery-e787fee8f28d7cf6ab15635671ec46b1ce6bc87d.tar.bz2
android_bootable_recovery-e787fee8f28d7cf6ab15635671ec46b1ce6bc87d.tar.lz
android_bootable_recovery-e787fee8f28d7cf6ab15635671ec46b1ce6bc87d.tar.xz
android_bootable_recovery-e787fee8f28d7cf6ab15635671ec46b1ce6bc87d.tar.zst
android_bootable_recovery-e787fee8f28d7cf6ab15635671ec46b1ce6bc87d.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();