summaryrefslogtreecommitdiffstats
path: root/applypatch/include/applypatch/applypatch.h
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2016-12-28 19:11:22 +0100
committerTao Bao <tbao@google.com>2016-12-28 19:11:22 +0100
commitc8e79340e45d4ff423e11db23cdb6aeb3a178585 (patch)
treee660531c8067736200cd35fd08e4768913641484 /applypatch/include/applypatch/applypatch.h
parentMerge "Add tests for imgdiff." (diff)
downloadandroid_bootable_recovery-c8e79340e45d4ff423e11db23cdb6aeb3a178585.tar
android_bootable_recovery-c8e79340e45d4ff423e11db23cdb6aeb3a178585.tar.gz
android_bootable_recovery-c8e79340e45d4ff423e11db23cdb6aeb3a178585.tar.bz2
android_bootable_recovery-c8e79340e45d4ff423e11db23cdb6aeb3a178585.tar.lz
android_bootable_recovery-c8e79340e45d4ff423e11db23cdb6aeb3a178585.tar.xz
android_bootable_recovery-c8e79340e45d4ff423e11db23cdb6aeb3a178585.tar.zst
android_bootable_recovery-c8e79340e45d4ff423e11db23cdb6aeb3a178585.zip
Diffstat (limited to 'applypatch/include/applypatch/applypatch.h')
-rw-r--r--applypatch/include/applypatch/applypatch.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/applypatch/include/applypatch/applypatch.h b/applypatch/include/applypatch/applypatch.h
index ca3dafbc9..4489decb6 100644
--- a/applypatch/include/applypatch/applypatch.h
+++ b/applypatch/include/applypatch/applypatch.h
@@ -63,9 +63,8 @@ int applypatch_flash(const char* source_filename, const char* target_filename,
int LoadFileContents(const char* filename, FileContents* file);
int SaveFileContents(const char* filename, const FileContents* file);
-int FindMatchingPatch(uint8_t* sha1, const std::vector<std::string>& patch_sha1_str);
-// bsdiff.cpp
+// bspatch.cpp
void ShowBSDiffLicense();
int ApplyBSDiffPatch(const unsigned char* old_data, ssize_t old_size,
const Value* patch, ssize_t patch_offset,