2003-09-03 13:20:18 +02:00
|
|
|
#ifndef __DOTGRAPH_H
|
|
|
|
#define __DOTGRAPH_H
|
|
|
|
|
2006-09-04 23:06:23 +02:00
|
|
|
#include "types.hh"
|
|
|
|
|
|
|
|
namespace nix {
|
2003-09-03 13:20:18 +02:00
|
|
|
|
2003-10-08 17:06:59 +02:00
|
|
|
void printDotGraph(const PathSet & roots);
|
2003-09-03 13:20:18 +02:00
|
|
|
|
2006-09-04 23:06:23 +02:00
|
|
|
}
|
|
|
|
|
2003-09-03 13:20:18 +02:00
|
|
|
#endif /* !__DOTGRAPH_H */
|