31 #ifndef XCCDF_POLICY_H_
32 #define XCCDF_POLICY_H_
57 struct xccdf_value_binding_iterator;
71 POLICY_ENGINE_QUERY_NAMES_FOR_HREF = 1,
232 typedef int (*policy_reporter_start)(
struct xccdf_rule *,
void *);
617 bool xccdf_value_binding_iterator_has_more(
struct xccdf_value_binding_iterator *it);
623 struct xccdf_value_binding * xccdf_value_binding_iterator_next(
struct xccdf_value_binding_iterator *it);
629 void xccdf_value_binding_iterator_free(
struct xccdf_value_binding_iterator *it);
635 void xccdf_value_binding_iterator_reset(
struct xccdf_value_binding_iterator *it);