src/server/webdav/multistatus.h

branch
webdav
changeset 229
73cb1c98ef7d
parent 227
3c23855f7b46
child 230
ca50e1ebdc4d
equal deleted inserted replaced
228:c0afce708b1d 229:73cb1c98ef7d
81 WSBool closing; 81 WSBool closing;
82 }; 82 };
83 83
84 struct PropertyErrorList { 84 struct PropertyErrorList {
85 PropertyErrorList *next; 85 PropertyErrorList *next;
86 UcxList *begin; 86 WebdavPList *begin;
87 UcxList *end; 87 WebdavPList *end;
88 int status; 88 int status;
89 }; 89 };
90 90
91 Multistatus* multistatus_response(Session *sn, Request *rq); 91 Multistatus* multistatus_response(Session *sn, Request *rq);
92 92

mercurial