31 #ifndef OPENSCAP_CHECK_ENGINE_PLUGIN_H_
32 #define OPENSCAP_CHECK_ENGINE_PLUGIN_H_
52 const char *(*get_capabilities_fn)(
void**);
69 #define OPENSCAP_CHECK_ENGINE_PLUGIN_ENTRY OPENSCAP_CHECK_ENGINE_PLUGIN_ENTRY
const char *const * check_engine_plugin_get_known_plugins(void)
Retrieves list of plugin names that are known to OpenSCAP.
Definition: check_engine_plugin.c:201
Open-scap XCCDF Policy library interface.
XCCDF policy model structure contains xccdf_benchmark as reference to Benchmark element in XML file a...
Definition: xccdf_policy_priv.h:39
int(* check_engine_plugin_entry_fn)(struct check_engine_plugin_def *)
This is the entry point of shared objects implementing extra check engines.
Definition: check_engine_plugin.h:67
Definition: check_engine_plugin.h:36