30 #ifndef OVALCOLLECTION_H_ 31 #define OVALCOLLECTION_H_ 32 #include "../common/util.h" 41 void oval_collection_free_items(
struct oval_collection *, oscap_destruct_func);
46 void oval_collection_iterator_add(
struct oval_iterator *,
void *);
47 bool oval_collection_iterator_has_more(
struct oval_iterator *);
48 int oval_collection_iterator_remaining(
struct oval_iterator *);
Definition: oval_collection.c:55
Definition: oval_collection.c:51