summaryrefslogtreecommitdiffstats
path: root/otafault/config.h
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2017-01-09 22:45:37 +0100
committerTianjie Xu <xunchang@google.com>2017-01-09 23:51:15 +0100
commit4728242070ce806828024f00ab3dac6ba48f3206 (patch)
tree3d5a73e42eb083104c4d83d76d78e56ed871a2c0 /otafault/config.h
parentMerge "recovery: Clean up try_update_binary() in install.cpp." (diff)
downloadandroid_bootable_recovery-4728242070ce806828024f00ab3dac6ba48f3206.tar
android_bootable_recovery-4728242070ce806828024f00ab3dac6ba48f3206.tar.gz
android_bootable_recovery-4728242070ce806828024f00ab3dac6ba48f3206.tar.bz2
android_bootable_recovery-4728242070ce806828024f00ab3dac6ba48f3206.tar.lz
android_bootable_recovery-4728242070ce806828024f00ab3dac6ba48f3206.tar.xz
android_bootable_recovery-4728242070ce806828024f00ab3dac6ba48f3206.tar.zst
android_bootable_recovery-4728242070ce806828024f00ab3dac6ba48f3206.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.