diff options
Diffstat (limited to '')
-rw-r--r-- | adb_install.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/adb_install.h b/adb_install.h index 604c61d27..24e9e21f6 100644 --- a/adb_install.h +++ b/adb_install.h @@ -21,6 +21,6 @@ void set_usb_driver(bool enabled); void maybe_restart_adbd(); -int apply_from_adb(const char* install_file); +int apply_from_adb(const char* install_file, pid_t* child_pid); #endif |