Index: delta_diff_generator.h |
diff --git a/delta_diff_generator.h b/delta_diff_generator.h |
index d02de48c0dedea9228320bf40c40d043f68fbd25..79683e530769c7a4351067f778afde02caf19683 100644 |
--- a/delta_diff_generator.h |
+++ b/delta_diff_generator.h |
@@ -232,6 +232,12 @@ class DeltaDiffGenerator { |
Vertex::Index vertex, |
std::vector<DeltaDiffGenerator::Block>* blocks); |
+ // Adds to |manifest| a dummy operation that points to a signature blob |
+ // located at the specified offset/length. |
+ static void AddSignatureOp(uint64_t signature_blob_offset, |
+ uint64_t signature_blob_length, |
+ DeltaArchiveManifest* manifest); |
+ |
private: |
// This should never be constructed |
DISALLOW_IMPLICIT_CONSTRUCTORS(DeltaDiffGenerator); |