diff options
author | Doug Zongker <dougz@android.com> | 2013-07-08 18:42:54 +0200 |
---|---|---|
committer | The Android Automerger <android-build@android.com> | 2013-07-10 01:30:22 +0200 |
commit | 35c474e8c0c6dcbdb10e6065184ed4516228d9dd (patch) | |
tree | bbe403ed4224543ddb2870a1565e4c995e80296b /applypatch/applypatch.h | |
parent | recovery: save logs from the last few invocations of recovery (diff) | |
download | android_bootable_recovery-35c474e8c0c6dcbdb10e6065184ed4516228d9dd.tar android_bootable_recovery-35c474e8c0c6dcbdb10e6065184ed4516228d9dd.tar.gz android_bootable_recovery-35c474e8c0c6dcbdb10e6065184ed4516228d9dd.tar.bz2 android_bootable_recovery-35c474e8c0c6dcbdb10e6065184ed4516228d9dd.tar.lz android_bootable_recovery-35c474e8c0c6dcbdb10e6065184ed4516228d9dd.tar.xz android_bootable_recovery-35c474e8c0c6dcbdb10e6065184ed4516228d9dd.tar.zst android_bootable_recovery-35c474e8c0c6dcbdb10e6065184ed4516228d9dd.zip |
Diffstat (limited to '')
-rw-r--r-- | applypatch/applypatch.h | 2 |
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 |