about summary refs log tree commit diff
path: root/src/nix/dotgraph.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/nix/dotgraph.hh')
-rw-r--r--src/nix/dotgraph.hh8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/nix/dotgraph.hh b/src/nix/dotgraph.hh
new file mode 100644
index 000000000000..a5c5248f144e
--- /dev/null
+++ b/src/nix/dotgraph.hh
@@ -0,0 +1,8 @@
+#ifndef __DOTGRAPH_H
+#define __DOTGRAPH_H
+
+#include "expr.hh"
+
+void printDotGraph(const PathSet & roots);
+
+#endif /* !__DOTGRAPH_H */