* move some more vars from the session context to strbuf (the use of StrBufAppendTemp...
[citadel.git] / webcit / iconbar.c
index a55e72c71466c448f0f40886ae6be7cf75ad3c54..ee216df1df16947bcbcaafbd0819309d10a8a1a0 100644 (file)
@@ -804,7 +804,7 @@ void commit_iconbar(void) {
 }
 
 
-void tmplput_iconbar(StrBuf *Target, int nArgs, WCTemplateToken *Tokens, void *Context, int ContextType)
+void tmplput_iconbar(StrBuf *Target, WCTemplputParams *TP)
 {
        wcsession *WCC = WC;