21 #ifndef OSCAP_SOURCE_BZIP2_H
22 #define OSCAP_SOURCE_BZIP2_H
31 #include "common/util.h"
32 #include <libxml/tree.h>
41 xmlDoc *bz2_file_read_doc(
const char *filepath);
49 xmlDoc *bz2_mem_read_doc(
const char *buffer,
size_t size);
57 bool bz2_file_is_bzip(
const char *filepath);
General OpenScap functions and types.