c0bbed095966 ^
75068e7d753c ^
6baa2c442035 ^
1 2 3
4 5 6
7
8
9
10 11
12
#ifndef __DOTGRAPH_H #define __DOTGRAPH_H #include "types.hh" namespace nix { void printDotGraph(const PathSet & roots); } #endif /* !__DOTGRAPH_H */