applypatch: Don't expose FindMatchingPatch().

Test: make
Change-Id: Ic77c4669574b6129e06aa6051804f419bcc8196c
This commit is contained in:
Tao Bao
2016-12-28 10:11:22 -08:00
parent 344c8eb453
commit c8e79340e4
2 changed files with 2 additions and 3 deletions

View File

@@ -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,