]> diplodocus.org Git - nmh/blobdiff - sbr/datetime.c
Add Arch Linux to the often-built-and-tested distro list.
[nmh] / sbr / datetime.c
index e4d2d148924588edafad3bef70e968edaaaf63aa..333f2ddac399e7d32ff84ed7526f17b19bc317c5 100644 (file)
@@ -6,8 +6,10 @@
  */
 
 #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"
@@ -272,7 +274,7 @@ free_timezones (tzdesc_t timezone)
  * 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)
 {