From b8e9ec87bb585a8960bc29aaf56321157072a9ed Mon Sep 17 00:00:00 2001 From: =?utf8?q?Wilfried=20G=C3=B6esgens?= Date: Mon, 1 Mar 2010 20:44:59 +0000 Subject: [PATCH] * forgot to commit this: add CTX_STRBUFARR --- webcit/subst.h | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/webcit/subst.h b/webcit/subst.h index 52cd30eed..241cc7cba 100644 --- a/webcit/subst.h +++ b/webcit/subst.h @@ -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 /** -- 2.30.2