4 #include "graph_types.h"
6 #include "graph_instance.h"
11 int gl_add_graph (graph_config_t *cfg);
13 int gl_config_submit (void);
15 graph_config_t *gl_graph_get_selected (void);
17 int gl_graph_get_all (graph_callback_t callback, void *user_data);
19 int gl_graph_instance_get_all (graph_config_t *cfg, graph_inst_callback_t callback,
22 int gl_instance_get_all (graph_inst_callback_t callback, void *user_data);
24 int gl_search (const char *search, graph_inst_callback_t callback,
29 #endif /* GRAPH_LIST_H */
30 /* vim: set sw=2 sts=2 et fdm=marker : */