aboutsummaryrefslogtreecommitdiff
path: root/graphs.h
blob: 45c461af5483b63cec2a2ea0e79d6bda3da871bd (plain)
1
2
3
4
5
6
7
8
#ifndef GRAPHS_H
#define GRAPHS_H

#include "vcal.h"

int create_graph (vcomponent* ev, char* filename);

#endif /* GRAPHS_H */