summaryrefslogtreecommitdiffstats
path: root/adb/adb.h
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2015-02-18 17:47:33 -0800
committerDan Albert <danalbert@google.com>2015-02-18 18:22:52 -0800
commitba3a251749c88210949008ae26f8bc04812084c1 (patch)
tree07537954fcfba6c69a6ea9fbb5e882d7e15fb5a6 /adb/adb.h
parent1403aa36b2d9d0c295402a935bb07ea661536fcb (diff)
downloadsystem_core-ba3a251749c88210949008ae26f8bc04812084c1.zip
system_core-ba3a251749c88210949008ae26f8bc04812084c1.tar.gz
system_core-ba3a251749c88210949008ae26f8bc04812084c1.tar.bz2
Move the adb auth code into its own file.
Change-Id: I84cf0bd7777f0147119e7c6afc4096c2e93156a2
Diffstat (limited to 'adb/adb.h')
-rw-r--r--adb/adb.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/adb/adb.h b/adb/adb.h
index 600bdd5..48f2a25 100644
--- a/adb/adb.h
+++ b/adb/adb.h
@@ -424,6 +424,11 @@ typedef enum {
int sendfailmsg(int fd, const char *reason);
int handle_host_request(char *service, transport_type ttype, char* serial, int reply_fd, asocket *s);
+void handle_online(atransport *t);
+void handle_offline(atransport *t);
+
+void send_connect(atransport *t);
+
#ifdef __cplusplus
}
#endif