diff options
Diffstat (limited to 'src/dot.h')
-rw-r--r-- | src/dot.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -154,3 +154,6 @@ class DotInclDepGraph int m_maxDistance; bool m_inverse; }; + +void generateGraphLegend(const char *path); + |