aboutsummaryrefslogtreecommitdiff
path: root/graphs.h
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2019-02-09 01:19:43 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2019-02-09 01:19:43 +0100
commiteba7f0e2713a55b2516df97999a3995476a7c166 (patch)
tree0a798f752b57be021006ae405412453ac26a0512 /graphs.h
parentFix main loop. (diff)
downloadcalp-eba7f0e2713a55b2516df97999a3995476a7c166.tar.gz
calp-eba7f0e2713a55b2516df97999a3995476a7c166.tar.xz
Add support for full tree printing.
Diffstat (limited to 'graphs.h')
-rw-r--r--graphs.h6
1 files changed, 5 insertions, 1 deletions
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 */