diff options
Diffstat (limited to 'adb/adb_client.h')
-rw-r--r-- | adb/adb_client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/adb/adb_client.h b/adb/adb_client.h index 6ba3b38..9af176f 100644 --- a/adb/adb_client.h +++ b/adb/adb_client.h @@ -47,7 +47,7 @@ int adb_get_emulator_console_port(void); * is zero, or more than one emulator connected (or if you use -s <serial> * with a <serial> that does not designate an emulator) */ -int adb_send_emulator_command(int argc, char** argv); +int adb_send_emulator_command(int argc, const char** argv); /* return verbose error string from last operation */ const char *adb_error(void); |