X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=graph.h;h=6e9ae07fb0e2cb03e459173bd3d6030c3d4c15ba;hb=fab918278f2919ebc74a2f7b1a9db2bfeab46593;hp=25da1e0184cf52060b5018655ca50e4ca87c00d0;hpb=beb1cb55ddc89ad2e8bfd31ecf1e5cf39e73204a;p=collection4.git diff --git a/graph.h b/graph.h index 25da1e0..6e9ae07 100644 --- a/graph.h +++ b/graph.h @@ -11,6 +11,7 @@ typedef struct graph_config_s graph_config_t; #include "graph_ident.h" #include "graph_instance.h" #include "oconfig.h" +#include "utils_array.h" /* * Functions @@ -40,5 +41,8 @@ int graph_compare (graph_config_t *cfg, const graph_ident_t *ident); int graph_clear_instances (graph_config_t *cfg); +int graph_get_rrdargs (graph_config_t *cfg, graph_instance_t *inst, + str_array_t *args); + #endif /* GRAPH_H */ /* vim: set sw=2 sts=2 et fdm=marker : */