aboutsummaryrefslogtreecommitdiffstats
path: root/adb/adb.h
diff options
context:
space:
mode:
authorMike Lockwood <lockwood@android.com>2009-08-26 12:50:22 -0700
committerMike Lockwood <lockwood@android.com>2009-08-26 14:46:18 -0700
commitcef31a02544d91b85481a5fa032b6126dbb32365 (patch)
tree43ce798ac81e1fa8ba4f3ef009516333f2e68d0f /adb/adb.h
parentf71c71148cb65e61ab483b1b0351922c11d862d8 (diff)
downloadsystem_core-cef31a02544d91b85481a5fa032b6126dbb32365.tar.gz
system_core-cef31a02544d91b85481a5fa032b6126dbb32365.tar.bz2
system_core-cef31a02544d91b85481a5fa032b6126dbb32365.zip
adb: Fix emulator support.
Signed-off-by: Mike Lockwood <lockwood@android.com>
Diffstat (limited to 'adb/adb.h')
-rw-r--r--adb/adb.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/adb/adb.h b/adb/adb.h
index d7827510..713666f1 100644
--- a/adb/adb.h
+++ b/adb/adb.h
@@ -33,7 +33,7 @@
#define ADB_VERSION_MAJOR 1 // Used for help/version information
#define ADB_VERSION_MINOR 0 // Used for help/version information
-#define ADB_SERVER_VERSION 24 // Increment this when we want to force users to start a new adb server
+#define ADB_SERVER_VERSION 25 // Increment this when we want to force users to start a new adb server
typedef struct amessage amessage;
typedef struct apacket apacket;
@@ -360,7 +360,7 @@ typedef enum {
#define ADB_PROTOCOL 0x1
-void local_init();
+void local_init(int port);
int local_connect(int port);
/* usb host/client interface */