From f68bb280bf79fe51a114794a89c1303d0e40cb7f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Wilfried=20G=C3=B6esgens?= Date: Sat, 11 Apr 2009 13:23:10 +0000 Subject: [PATCH] * structure needed by last commit. upsi. --- webcit/webcit.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/webcit/webcit.h b/webcit/webcit.h index 52f34f99e..4bdf5bc22 100644 --- a/webcit/webcit.h +++ b/webcit/webcit.h @@ -290,9 +290,15 @@ typedef struct _disp_cal { int multi_day_event; int is_repeat; + icalcomponent *SortBy; /* cal items for display */ + icalproperty_status Status; } disp_cal; - +typedef struct _IcalEnumMap { + const char *Name; + long NameLen; + icalproperty_kind map; +} IcalEnumMap; /* * Address book entry (keep it short and sweet, it's just a quickie lookup -- 2.39.2