31 #ifndef OPENSCAP_CHECK_ENGINE_PLUGIN_H_ 32 #define OPENSCAP_CHECK_ENGINE_PLUGIN_H_ 35 #include "oscap_export.h" 53 const char *(*get_capabilities_fn)(
void**);
70 #define OPENSCAP_CHECK_ENGINE_PLUGIN_ENTRY OPENSCAP_CHECK_ENGINE_PLUGIN_ENTRY Open-scap XCCDF Policy library interface.
OSCAP_API 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:212
XCCDF policy model structure contains xccdf_benchmark as reference to Benchmark element in XML file a...
Definition: xccdf_policy_priv.h:38
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:68
Definition: check_engine_plugin.h:37