collection.conf: Configure the "memory" graph.
[collection4.git] / graph.h
diff --git a/graph.h b/graph.h
index 25da1e0..6e9ae07 100644 (file)
--- 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 : */