summaryrefslogtreecommitdiffstats
path: root/applypatch/include/applypatch/applypatch.h
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2017-05-19 00:20:55 +0200
committerandroid-build-merger <android-build-merger@google.com>2017-05-19 00:20:55 +0200
commit0abe9860d8a6fcaa038a5c793ad9586547680423 (patch)
tree67e4b121c8a9ea059ee6e43472fa17a6f8b29920 /applypatch/include/applypatch/applypatch.h
parentMerge "libbootloader_message: convert to Android.bp" am: bec0d4cb94 am: 8226fd8926 (diff)
parentMerge "Print SHA1 of the patch if bsdiff fails with data error" am: 1f9808bd48 (diff)
downloadandroid_bootable_recovery-0abe9860d8a6fcaa038a5c793ad9586547680423.tar
android_bootable_recovery-0abe9860d8a6fcaa038a5c793ad9586547680423.tar.gz
android_bootable_recovery-0abe9860d8a6fcaa038a5c793ad9586547680423.tar.bz2
android_bootable_recovery-0abe9860d8a6fcaa038a5c793ad9586547680423.tar.lz
android_bootable_recovery-0abe9860d8a6fcaa038a5c793ad9586547680423.tar.xz
android_bootable_recovery-0abe9860d8a6fcaa038a5c793ad9586547680423.tar.zst
android_bootable_recovery-0abe9860d8a6fcaa038a5c793ad9586547680423.zip
Diffstat (limited to 'applypatch/include/applypatch/applypatch.h')
-rw-r--r--applypatch/include/applypatch/applypatch.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/applypatch/include/applypatch/applypatch.h b/applypatch/include/applypatch/applypatch.h
index da55432d5..581360ef1 100644
--- a/applypatch/include/applypatch/applypatch.h
+++ b/applypatch/include/applypatch/applypatch.h
@@ -69,8 +69,6 @@ int SaveFileContents(const char* filename, const FileContents* file);
void ShowBSDiffLicense();
int ApplyBSDiffPatch(const unsigned char* old_data, size_t old_size, const Value* patch,
size_t patch_offset, SinkFn sink, SHA_CTX* ctx);
-int ApplyBSDiffPatchMem(const unsigned char* old_data, size_t old_size, const Value* patch,
- size_t patch_offset, std::vector<unsigned char>* new_data);
// imgpatch.cpp
int ApplyImagePatch(const unsigned char* old_data, size_t old_size, const Value* patch, SinkFn sink,