From fd53c5e78c5b54df1c9c7a8caa0e7040cec9660e Mon Sep 17 00:00:00 2001 From: mquinson Date: Wed, 7 Feb 2007 16:57:46 +0000 Subject: [PATCH] this is not public git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3110 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- include/xbt/graphxml.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1