30#ifndef OSCAP_OVAL_EVR_STRING_IMPL_H_
31#define OSCAP_OVAL_EVR_STRING_IMPL_H_
33#include "../common/util.h"
oval_operation_t
Operations.
Definition: oval_definitions.h:84
oval_result_t
Result values for the evaluation of an OVAL Definition or an OVAL Test.
Definition: oval_types.h:444
oval_result_t oval_evr_string_cmp(const char *state, const char *sys, oval_operation_t operation)
Compare two EVR (Epoch:Version-Release) strings.
Definition: oval_cmp_evr_string.c:63
Definition: oval_cmp_evr_string_impl.h:57
unsigned int epoch
The epoch.
Definition: oval_cmp_evr_string_impl.h:59
const char * version
The upstream part of the version.
Definition: oval_cmp_evr_string_impl.h:61
const char * revision
The Debian revision part of the version.
Definition: oval_cmp_evr_string_impl.h:63