X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=webcit%2Fdav_propfind.c;h=66b2063e9139dfc3f1081b4ee9263035d00705ae;hp=80efafca4b9c626858374c4ca15ef6240e269e08;hb=4b4dc864ede7c5d8d956febe4a0afb422b78e7c4;hpb=4119585313796eabb032cce61627ec95da60ac36 diff --git a/webcit/dav_propfind.c b/webcit/dav_propfind.c index 80efafca4..66b2063e9 100644 --- a/webcit/dav_propfind.c +++ b/webcit/dav_propfind.c @@ -782,10 +782,12 @@ int ParseMessageListHeaders_EUID(StrBuf *Line, } 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) { Stat->defaultsortorder = 0; Stat->sortit = 0; @@ -825,6 +827,7 @@ InitModule_PROPFIND RegisterReadLoopHandlerset( eReadEUIDS, DavUIDL_GetParamsGetServerCall, + NULL, NULL, /// TODO: is this right? ParseMessageListHeaders_EUID, NULL, //// ""