| 751 | }; |
| 752 | |
| 753 | static void register_hooks(apr_pool_t *p) |
| 754 | { |
| 755 | ap_register_provider(p, AP_SOCACHE_PROVIDER_GROUP, "dbm", |
| 756 | AP_SOCACHE_PROVIDER_VERSION, |
| 757 | &socache_dbm); |
| 758 | } |
| 759 | |
| 760 | AP_DECLARE_MODULE(socache_dbm) = { |
| 761 | STANDARD20_MODULE_STUFF, |
nothing calls this directly
no test coverage detected