| 84 | } |
| 85 | |
| 86 | apr_status_t md_store_remove(md_store_t *store, md_store_group_t group, |
| 87 | const char *name, const char *aspect, |
| 88 | apr_pool_t *p, int force) |
| 89 | { |
| 90 | return store->remove(store, group, name, aspect, p, force); |
| 91 | } |
| 92 | |
| 93 | apr_status_t md_store_purge(md_store_t *store, apr_pool_t *p, md_store_group_t group, |
| 94 | const char *name) |
no outgoing calls
no test coverage detected