XCCDF benchmark legal notice. More...
#include <xccdf.h>
Public Member Functions | |
struct xccdf_notice * | xccdf_notice_new (void) |
void | xccdf_notice_free (struct xccdf_notice *notice) |
struct xccdf_notice * | xccdf_notice_clone (const struct xccdf_notice *notice) |
Getters | |
const char * | xccdf_notice_get_id (const struct xccdf_notice *notice) |
struct oscap_text * | xccdf_notice_get_text (const struct xccdf_notice *notice) |
Setters | |
bool | xccdf_notice_set_id (struct xccdf_notice *obj, const char *newval) |
bool | xccdf_notice_set_text (struct xccdf_notice *obj, struct oscap_text *newval) |
Data Fields | |
char * | id |
struct oscap_text * | text |
XCCDF benchmark legal notice.