summaryrefslogtreecommitdiffstats
path: root/applypatch/applypatch.h
diff options
context:
space:
mode:
authorDoug Zongker <dougz@android.com>2013-07-08 18:42:54 +0200
committerDoug Zongker <dougz@android.com>2013-07-08 21:59:22 +0200
commit044a0b4d49a11edfa13471ce20914b0514eb7e0e (patch)
tree18a9dd9d0859f251fb4d194816bdf4f3a93d989d /applypatch/applypatch.h
parentrecovery: init backgroundIcon properly to avoid recovery mode crash (diff)
downloadandroid_bootable_recovery-044a0b4d49a11edfa13471ce20914b0514eb7e0e.tar
android_bootable_recovery-044a0b4d49a11edfa13471ce20914b0514eb7e0e.tar.gz
android_bootable_recovery-044a0b4d49a11edfa13471ce20914b0514eb7e0e.tar.bz2
android_bootable_recovery-044a0b4d49a11edfa13471ce20914b0514eb7e0e.tar.lz
android_bootable_recovery-044a0b4d49a11edfa13471ce20914b0514eb7e0e.tar.xz
android_bootable_recovery-044a0b4d49a11edfa13471ce20914b0514eb7e0e.tar.zst
android_bootable_recovery-044a0b4d49a11edfa13471ce20914b0514eb7e0e.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