More of the same

This commit is contained in:
Eelco Dolstra 2016-02-04 15:10:47 +01:00
parent fa7cd5369b
commit c780c1124e
5 changed files with 13 additions and 13 deletions

View file

@ -6,6 +6,6 @@ namespace nix {
class Store;
void printDotGraph(Store & store, const PathSet & roots);
void printDotGraph(ref<Store> store, const PathSet & roots);
}