X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=webcit%2Fsubst.h;fp=webcit%2Fsubst.h;h=063f46d211e0883fe2be28a773943f4fd83b661a;hp=d80c97f5275e63747c1bea721d3b78d231f498c9;hb=d2b84838004c32ffe17e8892d06624eb64425b24;hpb=972cd0d4d4784a16ba6c30ed1348266ca452cbfa diff --git a/webcit/subst.h b/webcit/subst.h index d80c97f52..063f46d21 100644 --- a/webcit/subst.h +++ b/webcit/subst.h @@ -362,6 +362,7 @@ long GetTokenDefine(const char *Name, #define IT_NOFLAG 0 #define IT_FLAG_DETECT_GROUPCHANGE (1<<0) +#define IT_ADDT_PARAM(n) 5 + n /* If you have AdditionalParams, use this macro to fetch them. */ #define RegisterIterator(a, b, c, d, e, f, g, h, i) RegisterITERATOR(a, sizeof(a)-1, b, c, d, e, f, NULL, g, h, i) #define RegisterFilteredIterator(a, b, c, d, e, f, g, h, i, j) RegisterITERATOR(a, sizeof(a)-1, b, c, d, e, f, g, h, i, j) void RegisterITERATOR(const char *Name, long len, /* Our identifier */