src/server/webdav/multistatus.h

branch
webdav
changeset 217
8ed14d76db42
parent 212
d7e7ea9c6bc6
child 222
5f05e56cb8e2
equal deleted inserted replaced
216:ce2866ec97f6 217:8ed14d76db42
74 74
75 WebdavPList *plist_begin; 75 WebdavPList *plist_begin;
76 WebdavPList *plist_end; 76 WebdavPList *plist_end;
77 77
78 MSResponse *next; 78 MSResponse *next;
79 WSBool end; 79 WSBool closing;
80 }; 80 };
81 81
82 struct PropertyErrorList { 82 struct PropertyErrorList {
83 PropertyErrorList *next; 83 PropertyErrorList *next;
84 UcxList *begin; 84 UcxList *begin;
102 int msresponse_addproperror( 102 int msresponse_addproperror(
103 MSResponse *response, 103 MSResponse *response,
104 WebdavProperty *property, 104 WebdavProperty *property,
105 int statuscode); 105 int statuscode);
106 106
107 int msresponse_close(WebdavResource *res);
108
107 #ifdef __cplusplus 109 #ifdef __cplusplus
108 } 110 }
109 #endif 111 #endif
110 112
111 #endif /* MULTISTATUS_H */ 113 #endif /* MULTISTATUS_H */

mercurial