Integrated the DKIM signer into serv_smtpclient, but disabled it
[citadel.git] / webcit / dav_report.c
index bd75eb772db5774ad3256d7f918be553d730bf70..8780e3f305b1c50b0d762134050425b49c9c2830 100644 (file)
@@ -51,7 +51,7 @@ Content-length: 255
 */
 
 #include "webcit.h"
-#include "webserver.h"
+
 #include "dav.h"
 
 
@@ -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
        );
 
 }