Rework blogview renderer, so it can build the threads with only the information our...
[citadel.git] / webcit / dav_report.c
index bd75eb772db5774ad3256d7f918be553d730bf70..9331ffd49d13dd29f93d3608e3f3e559b0f0ddbb 100644 (file)
@@ -80,9 +80,10 @@ void dav_report(void)
 
 
 extern int ParseMessageListHeaders_EUID(StrBuf *Line, 
-                                const char **pos, 
-                                message_summary *Msg, 
-                                StrBuf *ConversionBuffer);
+                                       const char **pos, 
+                                       message_summary *Msg, 
+                                       StrBuf *ConversionBuffer,
+                                       void **ViewSpecific);
 
 extern int DavUIDL_GetParamsGetServerCall(SharedMessageStatus *Stat, 
                                          void **ViewSpecific, 
@@ -112,7 +113,8 @@ InitModule_REPORT
                ParseMessageListHeaders_EUID,
                NULL,
                DavUIDL_RenderView_or_Tail,
-               DavUIDL_Cleanup
+               DavUIDL_Cleanup,
+               NULL
        );
 
 }