aboutsummaryrefslogtreecommitdiff
path: root/graphs.h
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@hornquist.se>2019-02-10 18:19:12 +0100
committerHugo Hörnquist <hugo@hornquist.se>2019-02-10 18:19:12 +0100
commit027cf79fbe651af6d5fe9a71db6234cda1fd547d (patch)
tree61cc8bdd2d361b17e1c9f46329e74749800ef195 /graphs.h
parentAdd space to FMT(LLIST(T)). (diff)
downloadcalp-027cf79fbe651af6d5fe9a71db6234cda1fd547d.tar.gz
calp-027cf79fbe651af6d5fe9a71db6234cda1fd547d.tar.xz
Move trie->dot from trie to graphs. Add value printing.
Diffstat (limited to 'graphs.h')
-rw-r--r--graphs.h3
1 files changed, 3 insertions, 0 deletions
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 */