oconfig.c: Fix compiler warning.
[collection4.git] / graph_list.h
index 979c13d..c17d6fc 100644 (file)
@@ -17,10 +17,12 @@ typedef int (*gl_inst_callback) (graph_config_t *cfg,
  */
 int gl_add_graph (graph_config_t *cfg);
 
+int gl_config_submit (void);
+
 int gl_graph_get_all (gl_cfg_callback callback,
     void *user_data);
 
-graph_config_t *graph_get_selected (void);
+graph_config_t *gl_graph_get_selected (void);
 
 int gl_graph_instance_get_all (graph_config_t *cfg,
     gl_inst_callback callback, void *user_data);