Open SCAP Library
|
General OpenScap functions and types. More...
Go to the source code of this file.
Macros | |
#define | OSCAP_DEPRECATED(func) func |
This macro will warn, when a deprecated function is used. | |
Typedefs | |
typedef enum oscap_document_type | oscap_document_type_t |
SCAP document type identifiers. | |
typedef int(* | xml_reporter) (const char *file, int line, const char *msg, void *arg) |
Functions | |
OSCAP_API void | oscap_init (void) |
Initialize OpenSCAP library. More... | |
OSCAP_API void | oscap_cleanup (void) |
Release library internal caches. More... | |
OSCAP_API const char * | oscap_get_version (void) |
Get version of the OpenSCAP library. | |
OSCAP_API const char * | oscap_document_type_to_string (oscap_document_type_t type) |
Convert oscap_document_type_t constant to human readable (english) representation. More... | |
OSCAP_API int | oscap_apply_xslt (const char *xmlfile, const char *xsltfile, const char *outfile, const char **params) |
Apply a XSLT stylesheet to a XML file. More... | |
OSCAP_API const char * | oscap_path_to_schemas (void) |
Function returns path used to locate OpenSCAP XML schemas. | |
OSCAP_API const char * | oscap_path_to_cpe (void) |
Function returns path used to locate OpenSCAP Default CPE files. | |
General OpenScap functions and types.