X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=graph_def.h;h=f9c4f5a8f563457b00756003cff3d42730b6822a;hb=06d714ac1654f84e0330717951515f7ae8793077;hp=780ed37820513120f8b20ee18e6f3405814677a9;hpb=701f6f1bacb09b94be70490ac90cad5759687ff5;p=collection4.git diff --git a/graph_def.h b/graph_def.h index 780ed37..f9c4f5a 100644 --- a/graph_def.h +++ b/graph_def.h @@ -12,6 +12,8 @@ graph_def_t *def_create (graph_config_t *cfg, graph_ident_t *ident); void def_destroy (graph_def_t *def); +int def_append (graph_def_t *head, graph_def_t *def); + graph_def_t *def_search (graph_def_t *head, graph_ident_t *ident); int def_get_rrdargs (graph_def_t *def, graph_ident_t *ident,