summaryrefslogtreecommitdiffstats
path: root/otafault/config.h
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2017-01-10 20:12:24 +0100
committerandroid-build-merger <android-build-merger@google.com>2017-01-10 20:12:24 +0100
commit7d345f27e7afee3840cf49f4f4ebe2eee8e3126a (patch)
tree83dfb19ae7cc08ef4193d411f418c07f8200ce11 /otafault/config.h
parentMerge "Address review comment." am: 77ec0071cf (diff)
parentMerge "Do not inject I/O fault on a retry" (diff)
downloadandroid_bootable_recovery-7d345f27e7afee3840cf49f4f4ebe2eee8e3126a.tar
android_bootable_recovery-7d345f27e7afee3840cf49f4f4ebe2eee8e3126a.tar.gz
android_bootable_recovery-7d345f27e7afee3840cf49f4f4ebe2eee8e3126a.tar.bz2
android_bootable_recovery-7d345f27e7afee3840cf49f4f4ebe2eee8e3126a.tar.lz
android_bootable_recovery-7d345f27e7afee3840cf49f4f4ebe2eee8e3126a.tar.xz
android_bootable_recovery-7d345f27e7afee3840cf49f4f4ebe2eee8e3126a.tar.zst
android_bootable_recovery-7d345f27e7afee3840cf49f4f4ebe2eee8e3126a.zip
Diffstat (limited to 'otafault/config.h')
-rw-r--r--otafault/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/otafault/config.h b/otafault/config.h
index c048617c2..4adbdd121 100644
--- a/otafault/config.h
+++ b/otafault/config.h
@@ -52,7 +52,7 @@
/*
* Initialize libotafault by providing a reference to the OTA package.
*/
-void ota_io_init(ZipArchiveHandle zip);
+void ota_io_init(ZipArchiveHandle zip, bool retry);
/*
* Return true if a config file is present for the given IO type.