X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fdav_report.c;h=bd75eb772db5774ad3256d7f918be553d730bf70;hb=fb6f6fa4ec4e3277e30d84326d48e6850822d318;hp=33d1683421281b8d339ce4c9d7ed21f934587968;hpb=efccdcf4db04e63bfa3512c80215357ee9ffd98f;p=citadel.git diff --git a/webcit/dav_report.c b/webcit/dav_report.c index 33d168342..bd75eb772 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. - * */ @@ -86,10 +85,12 @@ extern int ParseMessageListHeaders_EUID(StrBuf *Line, StrBuf *ConversionBuffer); extern int DavUIDL_GetParamsGetServerCall(SharedMessageStatus *Stat, - void **ViewSpecific, - long oper, - char *cmd, - long len); + void **ViewSpecific, + long oper, + char *cmd, + long len, + char *filter, + long flen); extern int DavUIDL_RenderView_or_Tail(SharedMessageStatus *Stat, void **ViewSpecific, @@ -107,6 +108,7 @@ InitModule_REPORT eReadEUIDS, DavUIDL_GetParamsGetServerCall, NULL, + NULL, ParseMessageListHeaders_EUID, NULL, DavUIDL_RenderView_or_Tail,