diff --git a/xml_parser.h b/xml_parser.h
index 513bfd2762065a637e6355a706473d125813356b..ca9ab71bd48f10871de0243b54adf985f35a5a71 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
  *