* forgot to commit this: add CTX_STRBUFARR
authorWilfried Göesgens <willi@citadel.org>
Mon, 1 Mar 2010 20:44:59 +0000 (20:44 +0000)
committerWilfried Göesgens <willi@citadel.org>
Mon, 1 Mar 2010 20:44:59 +0000 (20:44 +0000)
webcit/subst.h

index 52cd30eedd703b46bc50085227efa761b94093ca..241cc7cba9332c747a13622cf300ff90d7fe749c 100644 (file)
@@ -47,14 +47,15 @@ enum {
 #define CTX_MIME_ATACH 10
 #define CTX_FILELIST 11
 #define CTX_STRBUF 12
-#define CTX_LONGVECTOR 13
-#define CTX_ROOMS 14
-#define CTX_FLOORS 15
-#define CTX_ITERATE 16
-#define CTX_ICAL 17
-#define CTX_DAVNS 18
-
-#define CTX_UNKNOWN 19
+#define CTX_STRBUFARR 13
+#define CTX_LONGVECTOR 14
+#define CTX_ROOMS 15
+#define CTX_FLOORS 16
+#define CTX_ITERATE 17
+#define CTX_ICAL 18
+#define CTX_DAVNS 19
+
+#define CTX_UNKNOWN 20
 
 
 /**