]> git.saurik.com Git - apt.git/blobdiff - methods/server.h
calculate only expected hashes in methods
[apt.git] / methods / server.h
index b974ec89a1b2f6604468e8f2cecd91794024fb83..45622dd34c6557df0170459a284eda60814f43ea 100644 (file)
@@ -85,7 +85,7 @@ struct ServerState
    virtual bool Open() = 0;
    virtual bool IsOpen() = 0;
    virtual bool Close() = 0;
-   virtual bool InitHashes(FileFd &File) = 0;
+   virtual bool InitHashes(FileFd &File, HashStringList const &ExpectedHashes) = 0;
    virtual Hashes * GetHashes() = 0;
    virtual bool Die(FileFd &File) = 0;
    virtual bool Flush(FileFd * const File) = 0;