TEMPLATING: add possibility to stack another context inbetween conditional tags
[citadel.git] / webcit / webcit.h
index 2b30278360a03c156194b551d705a1f9b0670dea..be61bbbc65dd9cd91cae5a520e65437fc70a4dc3 100644 (file)
@@ -260,11 +260,16 @@ typedef struct _disp_cal {
        icalproperty_status Status;
 } disp_cal;                                            
 
-typedef struct _IcalEnumMap {
+typedef struct _IcalKindEnumMap {
        const char *Name;
        long NameLen;
        icalproperty_kind map;
-} IcalEnumMap;
+} IcalKindEnumMap;
+typedef struct _IcalMethodEnumMap {
+       const char *Name;
+       long NameLen;
+        icalproperty_method map;
+} IcalMethodEnumMap;
 
 /*
  * Address book entry (keep it short and sweet, it's just a quickie lookup