#ifndef CALENDAR_H #define CALENDAR_H #include "vcal.h" int read_vcalendar(vcomponent* cal, char* path); #endif /* CALENDAR_H */