summaryrefslogtreecommitdiffstats
path: root/applypatch/applypatch.h
diff options
context:
space:
mode:
authorDoug Zongker <dougz@android.com>2012-02-28 21:07:30 +0100
committerDoug Zongker <dougz@android.com>2012-02-28 21:07:30 +0100
commitb07b293944c2002a39bbd804f0b6f590ed8458cd (patch)
tree45aea334fdfc1217d386891a4a795272907614c2 /applypatch/applypatch.h
parentfix failure to free memory (diff)
downloadandroid_bootable_recovery-b07b293944c2002a39bbd804f0b6f590ed8458cd.tar
android_bootable_recovery-b07b293944c2002a39bbd804f0b6f590ed8458cd.tar.gz
android_bootable_recovery-b07b293944c2002a39bbd804f0b6f590ed8458cd.tar.bz2
android_bootable_recovery-b07b293944c2002a39bbd804f0b6f590ed8458cd.tar.lz
android_bootable_recovery-b07b293944c2002a39bbd804f0b6f590ed8458cd.tar.xz
android_bootable_recovery-b07b293944c2002a39bbd804f0b6f590ed8458cd.tar.zst
android_bootable_recovery-b07b293944c2002a39bbd804f0b6f590ed8458cd.zip
Diffstat (limited to '')
-rw-r--r--applypatch/applypatch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/applypatch/applypatch.h b/applypatch/applypatch.h
index e8ac3cc6d..fb58843ba 100644
--- a/applypatch/applypatch.h
+++ b/applypatch/applypatch.h
@@ -64,7 +64,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, char** const patch_sha1_str,
+int FindMatchingPatch(uint8_t* sha1, const char** patch_sha1_str,
int num_patches);
// bsdiff.c