aboutsummaryrefslogtreecommitdiffstats
path: root/rt-plot-task.h
diff options
context:
space:
mode:
Diffstat (limited to 'rt-plot-task.h')
-rw-r--r--rt-plot-task.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/rt-plot-task.h b/rt-plot-task.h
index ccbd208..a61a2b7 100644
--- a/rt-plot-task.h
+++ b/rt-plot-task.h
@@ -29,4 +29,6 @@ void rt_plot_task(struct graph_info *ginfo, int pid, int pos);
29void rt_plot_tasks_plotted(struct graph_info *ginfo, gint **plotted); 29void rt_plot_tasks_plotted(struct graph_info *ginfo, gint **plotted);
30void rt_plot_task_update_callback(gboolean accept, gint *selected, 30void rt_plot_task_update_callback(gboolean accept, gint *selected,
31 gint *non_select, gpointer data); 31 gint *non_select, gpointer data);
32void rt_plot_add_all_tasks(struct graph_info *ginfo);
33
32#endif 34#endif