X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=graph.c;h=79964f3b5b25ffb7d866fc53ea269699a6432ed5;hb=57811ec03166433462141458b43b1347199e0519;hp=c09248297c3bfbbad7ae381590a256287133e37f;hpb=beb1cb55ddc89ad2e8bfd31ecf1e5cf39e73204a;p=collection4.git diff --git a/graph.c b/graph.c index c092482..79964f3 100644 --- a/graph.c +++ b/graph.c @@ -183,7 +183,7 @@ int graph_add_file (graph_config_t *cfg, const graph_ident_t *file) /* {{{ */ return (inst_add_file (inst, file)); } /* }}} int graph_add_file */ -int gl_graph_get_title (graph_config_t *cfg, /* {{{ */ +int graph_get_title (graph_config_t *cfg, /* {{{ */ char *buffer, size_t buffer_size) { if ((cfg == NULL) || (buffer == NULL) || (buffer_size < 1)) @@ -199,7 +199,7 @@ int gl_graph_get_title (graph_config_t *cfg, /* {{{ */ buffer[buffer_size - 1] = 0; return (0); -} /* }}} int gl_graph_get_title */ +} /* }}} int graph_get_title */ graph_ident_t *graph_get_selector (graph_config_t *cfg) /* {{{ */ {