Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Continue documenting my changes
[simgrid.git] / include / xbt / graphxml.h
index a6d63c0..a7c77d2 100644 (file)
@@ -103,5 +103,5 @@ XBT_PUBLIC(int) graphxml_element_context(int);
 XBT_PUBLIC(int) yylex(void);
 
 /* Flexml error handling function (useful only when -q flag passed to flexml) */
-XBT_PUBLIC(char *) graphxml_parse_err_msg(void);
+const char *graphxml_parse_err_msg(void);
 #endif