| 875 | } |
| 876 | |
| 877 | AP_DECLARE(char *) ap_getword_conf2_nc(apr_pool_t *p, char **line) |
| 878 | { |
| 879 | return ap_getword_conf2(p, (const char **) line); |
| 880 | } |
| 881 | |
| 882 | AP_DECLARE(char *) ap_getword_conf2(apr_pool_t *p, const char **line) |
| 883 | { |
nothing calls this directly
no test coverage detected