| 180 | /* *INDENT-ON* */ |
| 181 | |
| 182 | void |
| 183 | pe_metadata(void) |
| 184 | { |
| 185 | config_metadata("Policy Engine", "1.0", |
| 186 | "Policy Engine Options", |
| 187 | "This is a fake resource that details the options that can be configured for the Policy Engine.", |
| 188 | pe_opts, DIMOF(pe_opts)); |
| 189 | } |
| 190 | |
| 191 | void |
| 192 | verify_pe_options(GHashTable * options) |
no test coverage detected