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

#include "vcal.h"

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

#endif /* GRAPHS_H */