| 210 | } |
| 211 | |
| 212 | DAV_DECLARE_NONSTD(void) dav_core_insert_all_liveprops( |
| 213 | request_rec *r, |
| 214 | const dav_resource *resource, |
| 215 | dav_prop_insert what, |
| 216 | apr_text_header *phdr) |
| 217 | { |
| 218 | (void) dav_core_insert_prop(resource, DAV_PROPID_resourcetype, |
| 219 | what, phdr); |
| 220 | } |
| 221 | |
| 222 | DAV_DECLARE_NONSTD(void) dav_core_register_uris(apr_pool_t *p) |
| 223 | { |
nothing calls this directly
no test coverage detected