aboutsummaryrefslogtreecommitdiffstats
path: root/applypatch/applypatch.h
diff options
context:
space:
mode:
authorDoug Zongker <dougz@android.com>2013-07-08 14:14:24 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-07-08 14:14:24 -0700
commit602c4ebd393845f3388aea6ecb0c620580a7f332 (patch)
treeefabd5393792991d30bf8226ec9538339d81cd4e /applypatch/applypatch.h
parent573e830b27014ccc8f7c4e0e881279052e5826cf (diff)
parent0ccaccf7d0f50bb9555ee13a841c246a1fea80f2 (diff)
downloadbootable_recovery-602c4ebd393845f3388aea6ecb0c620580a7f332.zip
bootable_recovery-602c4ebd393845f3388aea6ecb0c620580a7f332.tar.gz
bootable_recovery-602c4ebd393845f3388aea6ecb0c620580a7f332.tar.bz2
am 0ccaccf7: am 044a0b4d: recovery: try to write EMMC partitions more reliably
* commit '0ccaccf7d0f50bb9555ee13a841c246a1fea80f2': recovery: try to write EMMC partitions more reliably
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 d1a0232..f1f13a1 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