X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=webcit%2Fdav_report.c;h=9331ffd49d13dd29f93d3608e3f3e559b0f0ddbb;hp=9574a5a660d7732b87bb9895d5992d249ec7eeda;hb=HEAD;hpb=307ff84a60b03889b9cd5ff84c29489177f9a39d diff --git a/webcit/dav_report.c b/webcit/dav_report.c index 9574a5a66..8780e3f30 100644 --- a/webcit/dav_report.c +++ b/webcit/dav_report.c @@ -10,7 +10,6 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * */ @@ -52,7 +51,7 @@ Content-length: 255 */ #include "webcit.h" -#include "webserver.h" + #include "dav.h" @@ -81,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, @@ -113,7 +113,8 @@ InitModule_REPORT ParseMessageListHeaders_EUID, NULL, DavUIDL_RenderView_or_Tail, - DavUIDL_Cleanup + DavUIDL_Cleanup, + NULL ); }