Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
this is not public
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 7 Feb 2007 16:57:46 +0000 (16:57 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 7 Feb 2007 16:57:46 +0000 (16:57 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3110 48e7efb5-ca39-0410-a469-dd3cf9ba447f

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