Imported Upstream version 17.20.0
[platform/upstream/libzypp.git] / zypp / RepoStatus.h
index 1eaa2da..184a365 100644 (file)
@@ -52,6 +52,9 @@ namespace zypp
      */
     explicit RepoStatus( const Pathname & path_r );
 
+    /** Explicitly specify checksum string and timestamp to use. */
+    RepoStatus( std::string checksum_r, Date timestamp_r );
+
     /** Dtor */
     ~RepoStatus();