*/
#include "h/mh.h"
+#include "dtime.h"
#include "error.h"
#include "h/icalendar.h"
+#include "datetime.h"
#include "h/fmt_scan.h"
#include "h/tws.h"
#include "h/utils.h"
* Given a recurrence rule and year, calculate its time in seconds
* from 01 January UTC of the year.
*/
-time_t
+static time_t
rrule_clock (const char *rrule, const char *starttime, const char *zone,
unsigned int year)
{