X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=action_list_graphs.c;h=4ec9a30948d7c9f9e87644d20b3ac3c4de9a58c1;hb=0a4d88e7530531c01324af54e881ca770edd10d2;hp=0663b98dbbcfd6f1aad2bd06fc8cf423a0e31e77;hpb=477b8a38dc1b3d0ae5e726f765722c962b2fcb46;p=collection4.git diff --git a/action_list_graphs.c b/action_list_graphs.c index 0663b98..4ec9a30 100644 --- a/action_list_graphs.c +++ b/action_list_graphs.c @@ -4,6 +4,7 @@ #include #include "action_list_graphs.h" +#include "graph.h" #include "graph_list.h" #include "utils_params.h" @@ -20,7 +21,7 @@ static int print_graph_inst_json (__attribute__((unused)) graph_config_t *cfg, / first = user_data; - ident = gl_instance_get_selector (inst); + ident = inst_get_selector (inst); if (ident == NULL) return (-1); @@ -68,7 +69,7 @@ static int print_graph_inst_html (graph_config_t *cfg, /* {{{ */ char buffer[1024]; memset (buffer, 0, sizeof (buffer)); - gl_instance_get_params (cfg, inst, buffer, sizeof (buffer)); + inst_get_params (cfg, inst, buffer, sizeof (buffer)); printf ("
  • %s
  • \n", buffer, buffer); @@ -81,7 +82,7 @@ static int print_graph_html (graph_config_t *cfg, /* {{{ */ char buffer[1024]; memset (buffer, 0, sizeof (buffer)); - gl_graph_get_title (cfg, buffer, sizeof (buffer)); + graph_get_title (cfg, buffer, sizeof (buffer)); printf ("
  • %s\n