From: mquinson Date: Wed, 7 Feb 2007 16:57:46 +0000 (+0000) Subject: this is not public X-Git-Tag: v3.3~2249 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/fd53c5e78c5b54df1c9c7a8caa0e7040cec9660e?hp=21a7d9d709c8be0902ff2364b939da5a5916ee97 this is not public git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3110 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- 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