From: Wilfried Göesgens Date: Sat, 11 Apr 2009 13:23:10 +0000 (+0000) Subject: * structure needed by last commit. upsi. X-Git-Tag: v7.86~1285 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=f68bb280bf79fe51a114794a89c1303d0e40cb7f;p=citadel.git * structure needed by last commit. upsi. --- 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