aboutsummaryrefslogtreecommitdiff
path: root/graphs.h
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2019-02-08 21:13:08 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2019-02-08 21:23:31 +0100
commit8e2d4025fc02e07866869a33ccc686f87389cb36 (patch)
tree2af14e4713d88024597add14106d565055317cb4 /graphs.h
parentMade root of graphviz output gray. (diff)
downloadcalp-8e2d4025fc02e07866869a33ccc686f87389cb36.tar.gz
calp-8e2d4025fc02e07866869a33ccc686f87389cb36.tar.xz
V{calendar,event} merged into vcomponent, making it symmetic.
Diffstat (limited to '')
-rw-r--r--graphs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphs.h b/graphs.h
index 399079b6..45c461af 100644
--- a/graphs.h
+++ b/graphs.h
@@ -3,6 +3,6 @@
#include "vcal.h"
-int create_graph (vevent* ev, char* filename);
+int create_graph (vcomponent* ev, char* filename);
#endif /* GRAPHS_H */