summaryrefslogtreecommitdiffstats
path: root/install/include
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2019-04-16 23:22:25 +0200
committerTao Bao <tbao@google.com>2019-04-26 21:20:03 +0200
commit378bfbfc5c6f268c16b7f1a254de0ed36da52012 (patch)
treef9aaf55a643d86f6aed6846fd5649c0bb7817173 /install/include
parentImport translations. DO NOT MERGE (diff)
downloadandroid_bootable_recovery-378bfbfc5c6f268c16b7f1a254de0ed36da52012.tar
android_bootable_recovery-378bfbfc5c6f268c16b7f1a254de0ed36da52012.tar.gz
android_bootable_recovery-378bfbfc5c6f268c16b7f1a254de0ed36da52012.tar.bz2
android_bootable_recovery-378bfbfc5c6f268c16b7f1a254de0ed36da52012.tar.lz
android_bootable_recovery-378bfbfc5c6f268c16b7f1a254de0ed36da52012.tar.xz
android_bootable_recovery-378bfbfc5c6f268c16b7f1a254de0ed36da52012.tar.zst
android_bootable_recovery-378bfbfc5c6f268c16b7f1a254de0ed36da52012.zip
Diffstat (limited to 'install/include')
-rw-r--r--install/include/install/adb_install.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/include/install/adb_install.h b/install/include/install/adb_install.h
index f7b065b64..208d0c780 100644
--- a/install/include/install/adb_install.h
+++ b/install/include/install/adb_install.h
@@ -18,4 +18,4 @@
#include <recovery_ui/ui.h>
-int apply_from_adb(RecoveryUI* ui);
+int ApplyFromAdb(RecoveryUI* ui, bool rescue_mode);