| 770 | } |
| 771 | |
| 772 | static apr_status_t fs_purge(md_store_t *store, apr_pool_t *p, |
| 773 | md_store_group_t group, const char *name) |
| 774 | { |
| 775 | md_store_fs_t *s_fs = FS_STORE(store); |
| 776 | return md_util_pool_vdo(pfs_purge, s_fs, p, group, name, NULL); |
| 777 | } |
| 778 | |
| 779 | /**************************************************************************************************/ |
| 780 | /* iteration */ |
nothing calls this directly
no test coverage detected