oscap.h | oscap.h | |||
---|---|---|---|---|
skipping to change at line 97 | skipping to change at line 97 | |||
OSCAP_DOCUMENT_OVAL_RESULTS, ///< OVAL results file | OSCAP_DOCUMENT_OVAL_RESULTS, ///< OVAL results file | |||
OSCAP_DOCUMENT_OVAL_DIRECTIVES, ///< OVAL directives file | OSCAP_DOCUMENT_OVAL_DIRECTIVES, ///< OVAL directives file | |||
OSCAP_DOCUMENT_XCCDF, ///< XCCDF benchmark file | OSCAP_DOCUMENT_XCCDF, ///< XCCDF benchmark file | |||
OSCAP_DOCUMENT_CPE_LANGUAGE, ///< CPE language file | OSCAP_DOCUMENT_CPE_LANGUAGE, ///< CPE language file | |||
OSCAP_DOCUMENT_CPE_DICTIONARY, ///< CPE dictionary file | OSCAP_DOCUMENT_CPE_DICTIONARY, ///< CPE dictionary file | |||
OSCAP_DOCUMENT_CVE_FEED, ///< CVE NVD feed | OSCAP_DOCUMENT_CVE_FEED, ///< CVE NVD feed | |||
OSCAP_DOCUMENT_SCE_RESULT, ///< SCE result file | OSCAP_DOCUMENT_SCE_RESULT, ///< SCE result file | |||
OSCAP_DOCUMENT_SDS, ///< Source Data Stream file | OSCAP_DOCUMENT_SDS, ///< Source Data Stream file | |||
OSCAP_DOCUMENT_ARF, ///< Result Data Stream file | OSCAP_DOCUMENT_ARF, ///< Result Data Stream file | |||
OSCAP_DOCUMENT_XCCDF_TAILORING ///< XCCDF tailoring file | OSCAP_DOCUMENT_XCCDF_TAILORING ///< XCCDF tailoring file | |||
// If you are adding a new enum here, make sure you add support for | ||||
it | ||||
// to utils/oscap-info.c! | ||||
} oscap_document_type_t; | } oscap_document_type_t; | |||
/** | /** | |||
* Convert @ref oscap_document_type_t constant to human readable (english) | * Convert @ref oscap_document_type_t constant to human readable (english) | |||
* representation. | * representation. | |||
* @param type OpenSCAP Document Type | * @param type OpenSCAP Document Type | |||
* @returns English string describing document type. | * @returns English string describing document type. | |||
* @retval Returned value might be pointer to static memory and must not be modified. | * @retval Returned value might be pointer to static memory and must not be modified. | |||
* @retval NULL in case of unrecognized document type | * @retval NULL in case of unrecognized document type | |||
*/ | */ | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 3 lines changed or added | |||