Greenbone Vulnerability Manager
9.0.1
|
26 #ifndef _GVMD_GMP_CONFIGS_H
27 #define _GVMD_GMP_CONFIGS_H
void create_config_start(gmp_parser_t *gmp_parser, const gchar **attribute_names, const gchar **attribute_values)
Start a command.
Definition: gmp_configs.c:119
A handle on a GMP parser.
Definition: gmp_base.h:35
void create_config_element_start(gmp_parser_t *gmp_parser, const gchar *name, const gchar **attribute_names, const gchar **attribute_values)
Start element.
Definition: gmp_configs.c:138
void create_config_element_text(const gchar *text, gsize text_len)
Add text to element.
Definition: gmp_configs.c:663
int create_config_element_end(gmp_parser_t *gmp_parser, GError **error, const gchar *name)
End element.
Definition: gmp_configs.c:644