From 866ed1e37ac81cbe2579b477035db987fb12de01 Mon Sep 17 00:00:00 2001 From: Orestis <orestis.malaspinas@pm.me> Date: Fri, 2 Jun 2023 10:31:26 +0200 Subject: [PATCH] changed header --- xml_parser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml_parser.h b/xml_parser.h index 513bfd2..ca9ab71 100644 --- a/xml_parser.h +++ b/xml_parser.h @@ -16,7 +16,7 @@ typedef struct _city { * * @param a_node a xml node */ -void ville_xml_parser(xmlNode * a_node); +void city_xml_parser(xmlNode * a_node); /** add edges to graph based on links found in xml * -- GitLab