X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=graph_list.h;h=c17d6fc08c17c220c2e911eeb85f1e5cd0ff75f5;hb=0a4d88e7530531c01324af54e881ca770edd10d2;hp=979c13d763564046672e5bd3b1639d116716227d;hpb=f61054f1c4bdda9cdb8fed14add70bcfe4132349;p=collection4.git diff --git a/graph_list.h b/graph_list.h index 979c13d..c17d6fc 100644 --- a/graph_list.h +++ b/graph_list.h @@ -17,10 +17,12 @@ 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); -graph_config_t *graph_get_selected (void); +graph_config_t *gl_graph_get_selected (void); int gl_graph_instance_get_all (graph_config_t *cfg, gl_inst_callback callback, void *user_data);