X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Fgui%2Flttvwindow%2Flttvwindow%2Flttvwindow.h;h=dd23e058e071faa03bb33c04f31b7aced9be5a04;hb=2ea36caf80da2b86d4b565fe3cbded286c7664d7;hp=514598fb0b059b0f67eae27fb6bc6e32b2385390;hpb=5b962ad03379ff7378f10af31c3e4bdb4e83dffc;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/lttvwindow.h b/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/lttvwindow.h index 514598fb..dd23e058 100644 --- a/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/lttvwindow.h +++ b/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/lttvwindow.h @@ -685,7 +685,7 @@ LttTime lttvwindow_get_current_time(Tab *tab); * @param filter, a pointer to a filter. */ -lttv_filter *lttvwindow_get_filter(Tab *tab); +LttvFilter *lttvwindow_get_filter(Tab *tab); /** * Function to set the filter of the current tab. @@ -700,7 +700,7 @@ lttv_filter *lttvwindow_get_filter(Tab *tab); * @param filter, a pointer to a filter. */ -void lttvwindow_report_filter(Tab *tab, lttv_filter *filter); +void lttvwindow_report_filter(Tab *tab, LttvFilter *filter);