summaryrefslogtreecommitdiffstats
path: root/applypatch/include/applypatch/applypatch.h
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2017-05-19 00:25:55 +0200
committerandroid-build-merger <android-build-merger@google.com>2017-05-19 00:25:55 +0200
commitf158a7d29eebe2bd07708bc63cff396c3322f73c (patch)
treef6b0e942d094d038558c69f010b11cadf8d62c06 /applypatch/include/applypatch/applypatch.h
parentMerge "libbootloader_message: convert to Android.bp" am: bec0d4cb94 am: 8226fd8926 am: 01bcf118d5 (diff)
parentMerge "Print SHA1 of the patch if bsdiff fails with data error" am: 1f9808bd48 am: 8f68accc9d (diff)
downloadandroid_bootable_recovery-f158a7d29eebe2bd07708bc63cff396c3322f73c.tar
android_bootable_recovery-f158a7d29eebe2bd07708bc63cff396c3322f73c.tar.gz
android_bootable_recovery-f158a7d29eebe2bd07708bc63cff396c3322f73c.tar.bz2
android_bootable_recovery-f158a7d29eebe2bd07708bc63cff396c3322f73c.tar.lz
android_bootable_recovery-f158a7d29eebe2bd07708bc63cff396c3322f73c.tar.xz
android_bootable_recovery-f158a7d29eebe2bd07708bc63cff396c3322f73c.tar.zst
android_bootable_recovery-f158a7d29eebe2bd07708bc63cff396c3322f73c.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,