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

#include "vcal.h"

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

#endif /* CALENDAR_H */