summaryrefslogtreecommitdiffstats
path: root/applypatch/applypatch.h
diff options
context:
space:
mode:
authorDoug Zongker <dougz@android.com>2013-07-08 23:09:59 +0200
committerAndroid Git Automerger <android-git-automerger@android.com>2013-07-08 23:09:59 +0200
commit0ccaccf7d0f50bb9555ee13a841c246a1fea80f2 (patch)
treed1e874c2f3ff53ed65712e672936ff3063029d90 /applypatch/applypatch.h
parentam 2f6877a0: recovery: init backgroundIcon properly to avoid recovery mode crash (diff)
parentrecovery: try to write EMMC partitions more reliably (diff)
downloadandroid_bootable_recovery-0ccaccf7d0f50bb9555ee13a841c246a1fea80f2.tar
android_bootable_recovery-0ccaccf7d0f50bb9555ee13a841c246a1fea80f2.tar.gz
android_bootable_recovery-0ccaccf7d0f50bb9555ee13a841c246a1fea80f2.tar.bz2
android_bootable_recovery-0ccaccf7d0f50bb9555ee13a841c246a1fea80f2.tar.lz
android_bootable_recovery-0ccaccf7d0f50bb9555ee13a841c246a1fea80f2.tar.xz
android_bootable_recovery-0ccaccf7d0f50bb9555ee13a841c246a1fea80f2.tar.zst
android_bootable_recovery-0ccaccf7d0f50bb9555ee13a841c246a1fea80f2.zip
Diffstat (limited to 'applypatch/applypatch.h')
-rw-r--r--applypatch/applypatch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/applypatch/applypatch.h b/applypatch/applypatch.h
index d1a023293..f1f13a100 100644
--- a/applypatch/applypatch.h
+++ b/applypatch/applypatch.h
@@ -65,7 +65,7 @@ int LoadFileContents(const char* filename, FileContents* file,
int retouch_flag);
int SaveFileContents(const char* filename, const FileContents* file);
void FreeFileContents(FileContents* file);
-int FindMatchingPatch(uint8_t* sha1, const char** patch_sha1_str,
+int FindMatchingPatch(uint8_t* sha1, char* const * const patch_sha1_str,
int num_patches);
// bsdiff.c