XCCDF check import. More...
#include <xccdf.h>
Public Member Functions | |
struct xccdf_check_import * | xccdf_check_import_clone (const struct xccdf_check_import *old_import) |
struct xccdf_check_import * | xccdf_check_import_new (void) |
void | xccdf_check_import_free (struct xccdf_check_import *item) |
Getters | |
const char * | xccdf_check_import_get_name (const struct xccdf_check_import *item) |
const char * | xccdf_check_import_get_content (const struct xccdf_check_import *item) |
Setters | |
bool | xccdf_check_import_set_name (struct xccdf_check_import *obj, const char *newval) |
bool | xccdf_check_import_set_content (struct xccdf_check_import *obj, const char *newval) |
Data Fields | |
char * | name |
char * | content |
XCCDF check import.