| 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) |
| 95 | { |
| 96 | return store->purge(store, p, group, name); |
| 97 | } |
| 98 | |
| 99 | apr_status_t md_store_iter(md_store_inspect *inspect, void *baton, md_store_t *store, |
| 100 | apr_pool_t *p, md_store_group_t group, const char *pattern, |
no outgoing calls
no test coverage detected