diff options
Diffstat (limited to 'rt-plot-task.h')
-rw-r--r-- | rt-plot-task.h | 2 |
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); | |||
29 | void rt_plot_tasks_plotted(struct graph_info *ginfo, gint **plotted); | 29 | void rt_plot_tasks_plotted(struct graph_info *ginfo, gint **plotted); |
30 | void rt_plot_task_update_callback(gboolean accept, gint *selected, | 30 | void rt_plot_task_update_callback(gboolean accept, gint *selected, |
31 | gint *non_select, gpointer data); | 31 | gint *non_select, gpointer data); |
32 | void rt_plot_add_all_tasks(struct graph_info *ginfo); | ||
33 | |||
32 | #endif | 34 | #endif |