Greenbone Vulnerability Manager
9.0.0
|
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:155
A handle on a GMP parser.
Definition: gmp_base.h:34
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:174
void create_config_element_text(const gchar *text, gsize text_len)
Add text to element.
Definition: gmp_configs.c:622
int create_config_element_end(gmp_parser_t *gmp_parser, GError **error, const gchar *name)
End element.
Definition: gmp_configs.c:603