* Likewise for our configuration record for a connection. */
| 310 | * Likewise for our configuration record for a connection. |
| 311 | */ |
| 312 | static x_cfg *our_cconfig(const conn_rec *c) |
| 313 | { |
| 314 | return (x_cfg *) ap_get_module_config(c->conn_config, &example_hooks_module); |
| 315 | } |
| 316 | |
| 317 | /* |
| 318 | * You *could* change the following if you wanted to see the calling |
no test coverage detected