about summary refs log tree commit diff
path: root/src/dotgraph.hh
blob: d88e04e097949b80c32d1e4efbe07ee4204c9939 (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef __DOTGRAPH_H
#define __DOTGRAPH_H

#include "fstate.hh"

void printDotGraph(const FSIds & roots);

#endif /* !__DOTGRAPH_H */