X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0446fc9e3f379b9aff5e0bb44cf06d06b9e663cc..43528a27744408887c967223cdd013c8a2b0fb0e:/include/xbt/graphxml_parse.h diff --git a/include/xbt/graphxml_parse.h b/include/xbt/graphxml_parse.h index bce68a7102..157cf3076d 100644 --- a/include/xbt/graphxml_parse.h +++ b/include/xbt/graphxml_parse.h @@ -27,7 +27,8 @@ extern void_f_void_t ETag_graphxml_edge_fun; XBT_PUBLIC(void) xbt_graph_parse_open(const char *file); XBT_PUBLIC(void) xbt_graph_parse_close(void); XBT_PUBLIC(void) xbt_graph_parse_reset_parser(void); -XBT_PUBLIC(void) xbt_graph_parse_get_double(double *value,const char *string); +XBT_PUBLIC(void) xbt_graph_parse_get_double(double *value, + const char *string); /* Prototypes of the functions offered by flex */ XBT_PUBLIC(int) xbt_graph_parse_lex(void);