aboutsummaryrefslogtreecommitdiff
path: root/graphs.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphs.h')
-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 */