4 #include "graph_types.h"
5 #include "graph_ident.h"
10 int gl_add_graph (graph_config_t *cfg);
12 int gl_config_submit (void);
14 graph_config_t *gl_graph_get_selected (void);
16 int gl_graph_get_all (graph_callback_t callback, void *user_data);
18 int gl_graph_instance_get_all (graph_config_t *cfg, graph_inst_callback_t callback,
21 int gl_instance_get_all (graph_inst_callback_t callback, void *user_data);
23 int gl_search (const char *search, graph_inst_callback_t callback,
26 int gl_search_field (graph_ident_field_t field, const char *field_value,
27 graph_inst_callback_t callback, void *user_data);
31 #endif /* GRAPH_LIST_H */
32 /* vim: set sw=2 sts=2 et fdm=marker : */