about summary refs log tree commit diff
path: root/src/nix-store/dotgraph.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/nix-store/dotgraph.hh')
-rw-r--r--src/nix-store/dotgraph.hh9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/nix-store/dotgraph.hh b/src/nix-store/dotgraph.hh
new file mode 100644
index 000000000000..68410d84156d
--- /dev/null
+++ b/src/nix-store/dotgraph.hh
@@ -0,0 +1,9 @@
+#pragma once
+
+#include "types.hh"
+
+namespace nix {
+
+void printDotGraph(const PathSet & roots);
+
+}