aboutsummaryrefslogtreecommitdiffstats
path: root/trace-plot-task.h
diff options
context:
space:
mode:
Diffstat (limited to 'trace-plot-task.h')
-rw-r--r--trace-plot-task.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/trace-plot-task.h b/trace-plot-task.h
index 11cb4f8..e5b9346 100644
--- a/trace-plot-task.h
+++ b/trace-plot-task.h
@@ -86,12 +86,4 @@ void graph_plot_task_update_callback(gboolean accept,
86 86
87void graph_plot_init_tasks(struct graph_info *ginfo); 87void graph_plot_init_tasks(struct graph_info *ginfo);
88 88
89/* Shared functionality for inheriting structs */
90typedef void (plot_task_cb)(struct graph_info *ginfo, int pid, int pos);
91void graph_tasks_update_callback(enum graph_plot_type type,
92 plot_task_cb plot_cb,
93 gboolean accept,
94 gint *selected,
95 gint *non_select,
96 gpointer data);
97#endif 89#endif