diff options
Diffstat (limited to 'adb_install.h')
-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 e654c893d..cc3ca267b 100644 --- a/adb_install.h +++ b/adb_install.h @@ -17,6 +17,6 @@ #ifndef _ADB_INSTALL_H #define _ADB_INSTALL_H -int apply_from_adb(bool* wipe_cache, const char* install_file); +int apply_from_adb(bool* wipe_cache); #endif |