diff options
Diffstat (limited to 'src/nix-store/xmlgraph.hh')
-rw-r--r-- | src/nix-store/xmlgraph.hh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/nix-store/xmlgraph.hh b/src/nix-store/xmlgraph.hh index c2216c5a4627..6d6d12a066d5 100644 --- a/src/nix-store/xmlgraph.hh +++ b/src/nix-store/xmlgraph.hh @@ -4,6 +4,8 @@ namespace nix { -void printXmlGraph(const PathSet & roots); +class StoreAPI; + +void printXmlGraph(StoreAPI & store, const PathSet & roots); } |