X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=graph_list.h;fp=graph_list.h;h=0000000000000000000000000000000000000000;hb=0ab3085f89e64eecd67d3179ea87f0463e918a10;hp=c17d6fc08c17c220c2e911eeb85f1e5cd0ff75f5;hpb=af2ed61b280e1ec169aba2bcb9df30ac76b006d2;p=collection4.git diff --git a/graph_list.h b/graph_list.h deleted file mode 100644 index c17d6fc..0000000 --- a/graph_list.h +++ /dev/null @@ -1,36 +0,0 @@ -#ifndef GRAPH_LIST_H -#define GRAPH_LIST_H 1 - -#include "graph_instance.h" - -/* - * Callback types - */ -typedef int (*gl_cfg_callback) (graph_config_t *cfg, - void *user_data); - -typedef int (*gl_inst_callback) (graph_config_t *cfg, - graph_instance_t *inst, void *user_data); - -/* - * Functions - */ -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 *gl_graph_get_selected (void); - -int gl_graph_instance_get_all (graph_config_t *cfg, - gl_inst_callback callback, void *user_data); - -int gl_instance_get_all (gl_inst_callback callback, - void *user_data); - -int gl_update (void); - -#endif /* GRAPH_LIST_H */ -/* vim: set sw=2 sts=2 et fdm=marker : */