X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=graph_list.h;h=c17d6fc08c17c220c2e911eeb85f1e5cd0ff75f5;hb=3dfc071fbc2e15897d1888e7d75c444a7a801189;hp=8f21e86d8e7b037503b2a597966a2df9a65e0c0d;hpb=beb1cb55ddc89ad2e8bfd31ecf1e5cf39e73204a;p=collection4.git diff --git a/graph_list.h b/graph_list.h index 8f21e86..c17d6fc 100644 --- a/graph_list.h +++ b/graph_list.h @@ -17,6 +17,8 @@ typedef int (*gl_inst_callback) (graph_config_t *cfg, */ int gl_add_graph (graph_config_t *cfg); +int gl_config_submit (void); + int gl_graph_get_all (gl_cfg_callback callback, void *user_data);