X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6310d76aa3949b9e51c9884dc7a141d12af4637e..271392270efac4b11390c5809e1b8d47be253d87:/include/xbt/graph.h diff --git a/include/xbt/graph.h b/include/xbt/graph.h index 7f73eea24c..2718e6eefc 100644 --- a/include/xbt/graph.h +++ b/include/xbt/graph.h @@ -41,6 +41,7 @@ xbt_dynar_t xbt_graph_get_edges(xbt_graph_t g); xbt_node_t xbt_graph_edge_get_source(xbt_edge_t e); xbt_node_t xbt_graph_edge_get_target(xbt_edge_t e); xbt_graph_t xbt_graph_read(const char *filename); + /* Not implemented yet ! */ void xbt_export_graphviz(xbt_graph_t g, const char *filename,