core filter, lttvwindow, batchanalysis
[lttv.git] / ltt / branches / poly / lttv / modules / gui / lttvwindow / lttvwindow / lttvwindow.h
index 514598fb0b059b0f67eae27fb6bc6e32b2385390..dd23e058e071faa03bb33c04f31b7aced9be5a04 100644 (file)
@@ -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);
 
 
 
This page took 0.0228 seconds and 4 git commands to generate.