aboutsummaryrefslogtreecommitdiff
path: root/graphs.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphs.h')
-rw-r--r--graphs.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/graphs.h b/graphs.h
new file mode 100644
index 00000000..399079b6
--- /dev/null
+++ b/graphs.h
@@ -0,0 +1,8 @@
+#ifndef GRAPHS_H
+#define GRAPHS_H
+
+#include "vcal.h"
+
+int create_graph (vevent* ev, char* filename);
+
+#endif /* GRAPHS_H */