| 142 | } |
| 143 | |
| 144 | apr_time_t md_store_get_modified(md_store_t *store, md_store_group_t group, |
| 145 | const char *name, const char *aspect, apr_pool_t *p) |
| 146 | { |
| 147 | return store->get_modified(store, group, name, aspect, p); |
| 148 | } |
| 149 | |
| 150 | apr_status_t md_store_iter_names(md_store_inspect *inspect, void *baton, md_store_t *store, |
| 151 | apr_pool_t *p, md_store_group_t group, const char *pattern) |
no outgoing calls
no test coverage detected