summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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 *);