19 #ifndef _GVMD_GMP_PORT_LISTS_H
20 #define _GVMD_GMP_PORT_LISTS_H
24 #include <gvm/base/array.h>
25 #include <gvm/util/xmlutils.h>
void create_port_list_element_text(const gchar *text, gsize text_len)
Add text to element.
Definition: gmp_port_lists.c:443
void create_port_list_element_start(gmp_parser_t *gmp_parser, const gchar *name, const gchar **attribute_names, const gchar **attribute_values)
Start element.
Definition: gmp_port_lists.c:96
void create_port_list_start(gmp_parser_t *gmp_parser, const gchar **attribute_names, const gchar **attribute_values)
Start a command.
Definition: gmp_port_lists.c:77
int create_port_list_element_end(gmp_parser_t *gmp_parser, GError **error, const gchar *name)
End element.
Definition: gmp_port_lists.c:424
void parse_port_list_entity(entity_t port_list, const char **port_list_id, char **name, char **comment, array_t **ranges)
Get creation data from a port_list entity.
Definition: gmp_port_lists.c:114
A handle on a GMP parser.
Definition: gmp_base.h:28