X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=graph_list.h;fp=graph_list.h;h=b9045d5d58574ae29526f03330bbd53dda62da1d;hb=99a0e023a458598597c2632cc4a8e4f3b2fd6b77;hp=41e6ca3c577e29a9406f359b61df4d16eac1961a;hpb=477b8a38dc1b3d0ae5e726f765722c962b2fcb46;p=collection4.git diff --git a/graph_list.h b/graph_list.h index 41e6ca3..b9045d5 100644 --- a/graph_list.h +++ b/graph_list.h @@ -30,6 +30,8 @@ graph_config_t *graph_get_selected (void); int gl_graph_get_title (graph_config_t *cfg, char *buffer, size_t buffer_size); +graph_ident_t *gl_graph_get_selector (graph_config_t *cfg); + int gl_graph_instance_get_all (graph_config_t *cfg, gl_inst_callback callback, void *user_data);