Update of product version. More...
#include <cpedict_priv.h>
Data Fields | |
struct xml_metadata | xml |
char * | value |
struct oscap_list * | editions |
Related Functions | |
(Note that these are not member functions.) | |
Get functions | |
struct cpe_update_iterator * | cpe_version_get_updates (const struct cpe_version *items) |
cpe_version functions to get value of version | |
const char * | cpe_update_get_value (const struct cpe_update *item) |
cpe_update functions to get updates of version | |
Free functions | |
void | cpe_update_free (struct cpe_update *update) |
New functions | |
struct cpe_update * | cpe_update_new (void) |
Set functions | |
bool | cpe_update_set_value (struct cpe_update *update, const char *new_value) |
Add functions | |
bool | cpe_update_add_edition (struct cpe_update *update, struct cpe_edition *new_edition) |
Update of product version.