summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2021-07-26 21:55:24 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2021-07-26 21:55:24 (GMT)
commit9df9e52ede0ab575f9ab7ee43633f56036630cb1 (patch)
tree8e3b69f4f30319c538dc95034bf1b2a6491afc08
parent912378bc36eb35465d89555bc25734e35b1f0843 (diff)
Clean a prototype.
-rw-r--r--src/common/xml.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/xml.h b/src/common/xml.h
index 7f74d43..fe99b91 100644
--- a/src/common/xml.h
+++ b/src/common/xml.h
@@ -57,7 +57,7 @@ void close_xml_file(xmlDocPtr, xmlXPathContextPtr);
/* Ouvre un fichier XML de façon encadrée. */
-gboolean open_xml_file(const char *filename, xmlDoc **, xmlXPathContextPtr *);
+gboolean open_xml_file(const char *, xmlDoc **, xmlXPathContextPtr *);
/* Obtient de façon encadrée l'accès à un noeud défini. */
xmlXPathObjectPtr get_node_xpath_object(xmlXPathContextPtr, const char *);