X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1e624dd8c618a0e7cd852b40d2ed02b911ddcc57..1fd09fd9b0dace2b6229878981c1b3e12c2a74ab:/include/xbt/graph.h diff --git a/include/xbt/graph.h b/include/xbt/graph.h index a3a9b6a766..534472df26 100644 --- a/include/xbt/graph.h +++ b/include/xbt/graph.h @@ -78,9 +78,9 @@ XBT_PUBLIC(xbt_node_t*) xbt_graph_shortest_paths(xbt_graph_t g); if a cycle is detected an exception is raised */ -xbt_node_t* xbt_graph_topo_sort(xbt_graph_t g); +XBT_PUBLIC(xbt_node_t*) xbt_graph_topo_sort(xbt_graph_t g); -xbt_edge_t* xbt_graph_spanning_tree_prim(xbt_graph_t g); +XBT_PUBLIC(xbt_edge_t*) xbt_graph_spanning_tree_prim(xbt_graph_t g);