X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fnotes.c;h=d9d0ebf65b4867dcf869f529bd618e241c2fc021;hb=4b4dc864ede7c5d8d956febe4a0afb422b78e7c4;hp=eb358369d27e53aaefb86c6412f81e4e0e47493d;hpb=a15ba5c1ede7c86a85d62ed5b539dcfc9f415bc1;p=citadel.git diff --git a/webcit/notes.c b/webcit/notes.c index eb358369d..d9d0ebf65 100644 --- a/webcit/notes.c +++ b/webcit/notes.c @@ -1,6 +1,6 @@ #include "webcit.h" -#include "groupdav.h" +#include "dav.h" #include "webserver.h" int pastel_palette[9][3] = { @@ -416,7 +416,9 @@ int notes_GetParamsGetServerCall(SharedMessageStatus *Stat, void **ViewSpecific, long oper, char *cmd, - long len) + long len, + char *filter, + long flen) { strcpy(cmd, "MSGS ALL"); Stat->maxmsgs = 32767; @@ -441,6 +443,7 @@ InitModule_NOTES notes_GetParamsGetServerCall, NULL, NULL, + NULL, notes_LoadMsgFromServer, NULL, notes_Cleanup);