From eba7f0e2713a55b2516df97999a3995476a7c166 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Sat, 9 Feb 2019 01:19:43 +0100 Subject: Add support for full tree printing. --- graphs.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'graphs.h') diff --git a/graphs.h b/graphs.h index 45c461af..6baa1ffa 100644 --- a/graphs.h +++ b/graphs.h @@ -3,6 +3,10 @@ #include "vcal.h" -int create_graph (vcomponent* ev, char* filename); +int create_graph_trie (vcomponent* ev, char* filename); + +int create_graph_vcomponent (vcomponent* root, char* outfile); + +int helper_vcomponent (vcomponent* root, FILE* f); #endif /* GRAPHS_H */ -- cgit v1.2.3