X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e0d63b9e985fbb48855036a59c01372819351c02..fd53c5e78c5b54df1c9c7a8caa0e7040cec9660e:/include/xbt/graphxml.h diff --git a/include/xbt/graphxml.h b/include/xbt/graphxml.h index a6d63c09c5..a7c77d2dc5 100644 --- a/include/xbt/graphxml.h +++ b/include/xbt/graphxml.h @@ -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