| 197 | }; |
| 198 | |
| 199 | static void register_hooks(apr_pool_t *p) |
| 200 | { |
| 201 | ap_register_auth_provider(p, AUTHN_PROVIDER_GROUP, "anon", |
| 202 | AUTHN_PROVIDER_VERSION, |
| 203 | &authn_anon_provider, AP_AUTH_INTERNAL_PER_CONF); |
| 204 | } |
| 205 | |
| 206 | AP_DECLARE_MODULE(authn_anon) = |
| 207 | { |
nothing calls this directly
no test coverage detected