X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=graph_list.c;h=965fcbac4f6caad5913b9a0097dd2937ec773ffb;hb=3dfc071fbc2e15897d1888e7d75c444a7a801189;hp=f59508d963ce775ac66d6b02a9adf9da5e235435;hpb=beb1cb55ddc89ad2e8bfd31ecf1e5cf39e73204a;p=collection4.git diff --git a/graph_list.c b/graph_list.c index f59508d..965fcba 100644 --- a/graph_list.c +++ b/graph_list.c @@ -128,7 +128,7 @@ int gl_add_graph (graph_config_t *cfg) /* {{{ */ return (gl_add_graph_internal (cfg, &gl_staging, &gl_staging_num)); } /* }}} int gl_add_graph */ -int graph_config_submit (void) /* {{{ */ +int gl_config_submit (void) /* {{{ */ { graph_config_t **old; size_t old_num;