MCPcopy Create free account
hub / github.com/apache/httpd / dav_fs_register

Function dav_fs_register

modules/dav/fs/repos.c:2309–2316  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2307}
2308
2309void dav_fs_register(apr_pool_t *p)
2310{
2311 /* register the namespace URIs */
2312 dav_register_liveprop_group(p, &dav_fs_liveprop_group);
2313
2314 /* register the repository provider */
2315 dav_register_provider(p, "filesystem", &dav_fs_provider);
2316}

Callers 1

register_hooksFunction · 0.85

Calls 2

dav_register_providerFunction · 0.85

Tested by

no test coverage detected