| 184 | }; |
| 185 | |
| 186 | static void register_hooks(apr_pool_t *p) |
| 187 | { |
| 188 | ap_register_provider(p, AP_SOCACHE_PROVIDER_GROUP, "dc", |
| 189 | AP_SOCACHE_PROVIDER_VERSION, |
| 190 | &socache_dc); |
| 191 | } |
| 192 | |
| 193 | AP_DECLARE_MODULE(socache_dc) = { |
| 194 | STANDARD20_MODULE_STUFF, |
nothing calls this directly
no test coverage detected