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