X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fdav_report.c;h=9331ffd49d13dd29f93d3608e3f3e559b0f0ddbb;hb=3b2b93ca40ee734fc69a69e94a183c1a7e2bfb69;hp=9574a5a660d7732b87bb9895d5992d249ec7eeda;hpb=4b4dc864ede7c5d8d956febe4a0afb422b78e7c4;p=citadel.git diff --git a/webcit/dav_report.c b/webcit/dav_report.c index 9574a5a66..9331ffd49 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. - * */ @@ -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 ); }