X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8afc2600f02d2978910a7e4f5d59895de33604be..ad5365a072943b2b0bacc486fa504e93a99ea940:/include/xbt/graphxml.h diff --git a/include/xbt/graphxml.h b/include/xbt/graphxml.h index 0f532cea5c..bdd826a6a4 100644 --- a/include/xbt/graphxml.h +++ b/include/xbt/graphxml.h @@ -49,12 +49,12 @@ #define _FLEXML_graphxml_H /* XML application entry points. */ -XBT_PUBLIC extern void STag_graphxml_graph(void); -XBT_PUBLIC extern void ETag_graphxml_graph(void); -XBT_PUBLIC extern void STag_graphxml_node(void); -XBT_PUBLIC extern void ETag_graphxml_node(void); -XBT_PUBLIC extern void STag_graphxml_edge(void); -XBT_PUBLIC extern void ETag_graphxml_edge(void); +XBT_PUBLIC(extern void) STag_graphxml_graph(void); +XBT_PUBLIC(extern void) ETag_graphxml_graph(void); +XBT_PUBLIC(extern void) STag_graphxml_node(void); +XBT_PUBLIC(extern void) ETag_graphxml_node(void); +XBT_PUBLIC(extern void) STag_graphxml_edge(void); +XBT_PUBLIC(extern void) ETag_graphxml_edge(void); /* XML application data. */ typedef const char* AT_graphxml_node_name; @@ -97,11 +97,11 @@ extern AT_graphxml_edge_length A_graphxml_edge_length; extern AT_graphxml_edge_name A_graphxml_edge_name; /* XML application utilities. */ -XBT_PUBLIC extern int graphxml_element_context(int); +XBT_PUBLIC(extern int) graphxml_element_context(int); /* XML processor entry point. */ -XBT_PUBLIC extern int yylex(void); +XBT_PUBLIC(extern int) yylex(void); /* Flexml error handling function (useful only when -q flag passed to flexml) */ -XBT_PUBLIC const char * graphxml_parse_err_msg(void); +XBT_PUBLIC(const char *) graphxml_parse_err_msg(void); #endif