1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-12-24 01:41:08 +01:00

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 printXmlGraph(Store & store, const PathSet & roots);
void printXmlGraph(ref<Store> store, const PathSet & roots);
}