X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2bc7094498ec2b482928830f5270fe21f9efe800..c3cc65b5a59e1392f7f618c385d43bfa5be7d084:/src/surf/xml/platf_private.hpp diff --git a/src/surf/xml/platf_private.hpp b/src/surf/xml/platf_private.hpp index 171c67fa0f..790876a9d6 100644 --- a/src/surf/xml/platf_private.hpp +++ b/src/surf/xml/platf_private.hpp @@ -228,7 +228,7 @@ XBT_PUBLIC(int) surf_parse_lex(); XBT_PUBLIC(int) surf_parse_get_lineno(); XBT_PUBLIC(FILE *) surf_parse_get_in(); XBT_PUBLIC(FILE *) surf_parse_get_out(); -XBT_PUBLIC(yy_size_t) surf_parse_get_leng(); +XBT_PUBLIC(int) surf_parse_get_leng(); XBT_PUBLIC(char *) surf_parse_get_text(); XBT_PUBLIC(void) surf_parse_set_lineno(int line_number); XBT_PUBLIC(void) surf_parse_set_in(FILE * in_str);