summaryrefslogtreecommitdiffstats
path: root/applypatch/include/applypatch/applypatch.h
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2017-05-15 21:32:33 +0200
committerTianjie Xu <xunchang@google.com>2017-05-16 21:39:14 +0200
commitce5fa5e5384508655c804519d428a402bb3df1d9 (patch)
treef575a0aa4cbfe028416960bcf5dd5946f4d39db8 /applypatch/include/applypatch/applypatch.h
parentMerge "Don't write to /sys/class/android_usb/android0/enable with configfs." (diff)
downloadandroid_bootable_recovery-ce5fa5e5384508655c804519d428a402bb3df1d9.tar
android_bootable_recovery-ce5fa5e5384508655c804519d428a402bb3df1d9.tar.gz
android_bootable_recovery-ce5fa5e5384508655c804519d428a402bb3df1d9.tar.bz2
android_bootable_recovery-ce5fa5e5384508655c804519d428a402bb3df1d9.tar.lz
android_bootable_recovery-ce5fa5e5384508655c804519d428a402bb3df1d9.tar.xz
android_bootable_recovery-ce5fa5e5384508655c804519d428a402bb3df1d9.tar.zst
android_bootable_recovery-ce5fa5e5384508655c804519d428a402bb3df1d9.zip
Diffstat (limited to '')
-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,