From 027cf79fbe651af6d5fe9a71db6234cda1fd547d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Sun, 10 Feb 2019 18:19:12 +0100 Subject: Move trie->dot from trie to graphs. Add value printing. --- graphs.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'graphs.h') diff --git a/graphs.h b/graphs.h index 6baa1ffa..fe521003 100644 --- a/graphs.h +++ b/graphs.h @@ -9,4 +9,7 @@ int create_graph_vcomponent (vcomponent* root, char* outfile); int helper_vcomponent (vcomponent* root, FILE* f); +int trie_to_dot ( TRIE(content_line)*, FILE* ); +int trie_to_dot_helper ( TRIE_NODE(content_line)*, FILE* ); + #endif /* GRAPHS_H */ -- cgit v1.2.3