2003-09-03 11:20:18 +00:00
|
|
|
#ifndef __DOTGRAPH_H
|
|
|
|
#define __DOTGRAPH_H
|
|
|
|
|
2005-01-19 16:39:47 +00:00
|
|
|
#include "util.hh"
|
2003-09-03 11:20:18 +00:00
|
|
|
|
2003-10-08 15:06:59 +00:00
|
|
|
void printDotGraph(const PathSet & roots);
|
2003-09-03 11:20:18 +00:00
|
|
|
|
|
|
|
#endif /* !__DOTGRAPH_H */
|