aboutsummaryrefslogtreecommitdiff
path: root/src/nix-store/xmlgraph.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/nix-store/xmlgraph.hh')
-rw-r--r--src/nix-store/xmlgraph.hh4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/nix-store/xmlgraph.hh b/src/nix-store/xmlgraph.hh
index c2216c5a4..6d6d12a06 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);
}