| 519 | } |
| 520 | |
| 521 | apr_status_t md_text_freplace(const char *fpath, apr_fileperms_t perms, |
| 522 | apr_pool_t *p, const char *text) |
| 523 | { |
| 524 | return md_util_freplace(fpath, perms, p, write_text, (void*)text); |
| 525 | } |
| 526 | |
| 527 | typedef struct { |
| 528 | const char *path; |
no test coverage detected