1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-27 21:01:16 +02:00

printMissing(): Propagate store argument

This commit is contained in:
Eelco Dolstra 2016-01-28 15:16:06 +01:00
parent ca6d287b33
commit 9f14d7d33a
3 changed files with 5 additions and 5 deletions

View file

@ -35,7 +35,7 @@ void printGCWarning();
void printMissing(StoreAPI & store, const PathSet & paths);
void printMissing(const PathSet & willBuild,
void printMissing(StoreAPI & store, const PathSet & willBuild,
const PathSet & willSubstitute, const PathSet & unknown,
unsigned long long downloadSize, unsigned long long narSize);