aboutsummaryrefslogtreecommitdiff
path: root/calendar.h
blob: e17d928134554985f4b26e2c91b3e481800dd49c (plain)
1
2
3
4
5
6
7
8
#ifndef CALENDAR_H
#define CALENDAR_H

#include "vcal.h"

int read_vcalendar(vcalendar* cal, char* path);

#endif /* CALENDAR_H */