X-Git-Url: https://git.octo.it/?p=collection4.git;a=blobdiff_plain;f=src%2Fgraph_list.h;h=43d44066f9d28f330d3df47ab8d3b685916d6f90;hp=f7cb40e7cd729f5b7b9e4ebcfe9a760f962bf9c1;hb=97f299a09ad5bb7a27f5d27afb9f90a5ffd1e218;hpb=15fc8e0d4c830e05437ff068bb75a67fe5ea46b9 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);