X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fgraph.h;h=7f1115ce6215e7d9501f2dfdb712fc59ed8543da;hb=04aa292008516f3add56b9bd87ce9c57b0366cc1;hp=98014c556b94f917e0030f1add1f4a9116c6340c;hpb=dc45c37c2c3fe9ae46e3bbbc46654eba0c2672e6;p=collection4.git diff --git a/src/graph.h b/src/graph.h index 98014c5..7f1115c 100644 --- a/src/graph.h +++ b/src/graph.h @@ -19,6 +19,8 @@ int graph_add_file (graph_config_t *cfg, const graph_ident_t *file); int graph_get_title (graph_config_t *cfg, char *buffer, size_t buffer_size); +int graph_get_params (graph_config_t *cfg, char *buffer, size_t buffer_size); + graph_ident_t *graph_get_selector (graph_config_t *cfg); graph_instance_t *graph_get_instances (graph_config_t *cfg);