SUBST: Dynamicaly generate contexts
[citadel.git] / webcit / ical_subst.c
index 852fcc87b03aac7e97297b51e6263616267790fa..aceb56c2816fc5d395db745c29e2464287375f6b 100644 (file)
@@ -15,7 +15,7 @@
 extern IcalEnumMap icalproperty_kind_map[];
 
 HashList *IcalComponentMap = NULL;
-
+CtxType CTX_ICAL = CTX_NONE;
 #if 0
 void SortPregetMatter(HashList *Cals)
 {
@@ -123,6 +123,7 @@ void
 InitModule_ICAL_SUBST
 (void)
 {
+       RegisterCTX(CTX_ICAL);
        CreateIcalComponendKindLookup ();
 
 }