temporarily have IterateStruct in subst.h so mailbox conditionals can get at them...
[citadel.git] / webcit / subst.c
index 309bf53ffc08c9b95241d2d7c282d90d752e5d9a..b22220627f576cce1d4fc13a0618375c09561198 100644 (file)
@@ -1635,14 +1635,14 @@ void RegisterITERATOR(const char *Name, long len,
        Put(Iterators, Name, len, It, NULL);
 }
 
-typedef struct _iteratestruct {
+/* typedef struct _iteratestruct {
        int GroupChange;
        int oddeven;
        const char *Key;
        long KeyLen;
        int n;
        int LastN;
-}IterateStruct;
+       }IterateStruct; */
 
 void tmpl_iterate_subtmpl(StrBuf *Target, WCTemplputParams *TP)
 {