ports/mail/cyrus-imapd25/files/patch-imap_http__dav.h
Koop Mast 951c1f5d1c The FreeBSD GNOME team proudly presents GNOME 3.28 for FreeBSD.
The offical GNOME 3.28 release notes can be found at
https://help.gnome.org/misc/release-notes/3.28/

Thanks to Antoine Brodin for running the exp-runs.

PR:		229761
2018-09-30 11:58:29 +00:00

10 lines
439 B
C

--- imap/http_dav.h.orig 2018-04-10 19:29:50 UTC
+++ imap/http_dav.h
@@ -628,4 +628,7 @@ int proppatch_todb(xmlNodePtr prop, unsigned set, stru
int proppatch_restype(xmlNodePtr prop, unsigned set, struct proppatch_ctx *pctx,
struct propstat propstat[], void *rock);
+/* from upstream imap/ical_support.h need to put it somewhere ... */
+extern void icaltime_set_utc(struct icaltimetype *t, int set);
+
#endif /* HTTP_DAV_H */