X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/01dd1bb44269d5e74ecd5577ce450e77b8712bcd..930154323b19b9eaf6a0798306f57063089c7b0e:/include/xbt/graph.h diff --git a/include/xbt/graph.h b/include/xbt/graph.h index 9c829a370c..9ee0a53aa1 100644 --- a/include/xbt/graph.h +++ b/include/xbt/graph.h @@ -53,6 +53,7 @@ void xbt_graph_export_graphxml(xbt_graph_t g, const char *filename, /* void *xbt_graph_to_array(xbt_graph_t g); */ xbt_node_t* xbt_graph_shortest_paths(xbt_graph_t g); void xbt_graph_topological_sort(xbt_graph_t g); +xbt_edge_t* xbt_graph_spanning_tree_prim(xbt_graph_t g);