30 #ifndef OVALCOLLECTION_H_
31 #define OVALCOLLECTION_H_
32 #include "../common/util.h"
40 void oval_collection_free_items(
struct oval_collection *, oscap_destruct_func);
45 void oval_collection_iterator_add(
struct oval_iterator *,
void *);
46 bool oval_collection_iterator_has_more(
struct oval_iterator *);
47 int oval_collection_iterator_remaining(
struct oval_iterator *);