diff options
Diffstat (limited to 'src/libmain/shared.hh')
-rw-r--r-- | src/libmain/shared.hh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libmain/shared.hh b/src/libmain/shared.hh index 6f826d8f6fd7..e4b984f067e4 100644 --- a/src/libmain/shared.hh +++ b/src/libmain/shared.hh @@ -31,11 +31,11 @@ void printVersion(const string & programName); /* Ugh. No better place to put this. */ void printGCWarning(); -class StoreAPI; +class Store; -void printMissing(ref<StoreAPI> store, const PathSet & paths); +void printMissing(ref<Store> store, const PathSet & paths); -void printMissing(ref<StoreAPI> store, const PathSet & willBuild, +void printMissing(ref<Store> store, const PathSet & willBuild, const PathSet & willSubstitute, const PathSet & unknown, unsigned long long downloadSize, unsigned long long narSize); |