]> code.citadel.org Git - citadel.git/blobdiff - webcit/subst.h
* add DAV namespace
[citadel.git] / webcit / subst.h
index fec6d958925861a2f98d5a74f36798de4ece996f..36c68a2d2c47c4f4521a3e5a99cdc06b090377ce 100644 (file)
@@ -1,4 +1,4 @@
-\
+
 extern HashList *Conditionals;
 extern HashList *GlobalNS;
 extern HashList *Iterators;
@@ -51,8 +51,9 @@ enum {
 #define CTX_FLOORS 15
 #define CTX_ITERATE 16
 #define CTX_ICAL 17
+#define CTX_DAVNS 18
 
-#define CTX_UNKNOWN 18
+#define CTX_UNKNOWN 19
 
 
 /**