summaryrefslogtreecommitdiffstats
path: root/otafault/config.h
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2017-01-10 20:00:14 +0100
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-01-10 20:00:15 +0100
commit37d74f3e201d6ac06d8e8ad3dcef3e848a54183f (patch)
tree6af1a1b73d21358e28f9bb898e5298e91d87c346 /otafault/config.h
parentMerge "Address review comment." (diff)
parentDo not inject I/O fault on a retry (diff)
downloadandroid_bootable_recovery-37d74f3e201d6ac06d8e8ad3dcef3e848a54183f.tar
android_bootable_recovery-37d74f3e201d6ac06d8e8ad3dcef3e848a54183f.tar.gz
android_bootable_recovery-37d74f3e201d6ac06d8e8ad3dcef3e848a54183f.tar.bz2
android_bootable_recovery-37d74f3e201d6ac06d8e8ad3dcef3e848a54183f.tar.lz
android_bootable_recovery-37d74f3e201d6ac06d8e8ad3dcef3e848a54183f.tar.xz
android_bootable_recovery-37d74f3e201d6ac06d8e8ad3dcef3e848a54183f.tar.zst
android_bootable_recovery-37d74f3e201d6ac06d8e8ad3dcef3e848a54183f.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.