X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fgraph_list.h;h=43d44066f9d28f330d3df47ab8d3b685916d6f90;hb=6777c7f45bb9470bd95da5e6540dc11f0097a44f;hp=f7cb40e7cd729f5b7b9e4ebcfe9a760f962bf9c1;hpb=01de7d16f1e8dfdf00a31de19e3719b45752eb4d;p=collection4.git diff --git a/src/graph_list.h b/src/graph_list.h index f7cb40e..43d4406 100644 --- a/src/graph_list.h +++ b/src/graph_list.h @@ -37,7 +37,8 @@ int gl_config_submit (void); graph_config_t *gl_graph_get_selected (void); -int gl_graph_get_all (graph_callback_t callback, void *user_data); +int gl_graph_get_all (_Bool include_dynamic, + graph_callback_t callback, void *user_data); int gl_graph_instance_get_all (graph_config_t *cfg, graph_inst_callback_t callback, void *user_data);