diff options
author | Colin Cross <ccross@android.com> | 2014-01-27 21:35:19 +0100 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2014-01-27 21:35:19 +0100 |
commit | f353207298ed14d0e6943353dd9788421a7537b8 (patch) | |
tree | aa6e2ff0fb0d0accd7ca27231c6e9e717f69e9a4 /minadbd/adb.h | |
parent | Merge "adbd: switch to su domain when running as root" (diff) | |
parent | minadbd: remove dead code (diff) | |
download | android_bootable_recovery-f353207298ed14d0e6943353dd9788421a7537b8.tar android_bootable_recovery-f353207298ed14d0e6943353dd9788421a7537b8.tar.gz android_bootable_recovery-f353207298ed14d0e6943353dd9788421a7537b8.tar.bz2 android_bootable_recovery-f353207298ed14d0e6943353dd9788421a7537b8.tar.lz android_bootable_recovery-f353207298ed14d0e6943353dd9788421a7537b8.tar.xz android_bootable_recovery-f353207298ed14d0e6943353dd9788421a7537b8.tar.zst android_bootable_recovery-f353207298ed14d0e6943353dd9788421a7537b8.zip |
Diffstat (limited to 'minadbd/adb.h')
-rw-r--r-- | minadbd/adb.h | 4 |
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(); |