#ifndef GRAPHS_H #define GRAPHS_H #include "vcal.h" int create_graph (vcomponent* ev, char* filename); #endif /* GRAPHS_H */