use enums arch specific for syscall names
[lttv.git] / ltt / branches / poly / lttv / modules / gui / controlflow / cfv.h
index 0b2caea19e505de0e4fc9a7a1863707d9d26a8cf..31c42fdf79de148d91428d5a058f252d93af3e08 100644 (file)
@@ -50,7 +50,7 @@ struct _ControlFlowData {
 
   Drawing_t *drawing;
   GtkAdjustment *v_adjust ;
-  
+
   /* Shown events information */
 //  TimeWindow time_window;
 //  LttTime current_time;
@@ -62,9 +62,8 @@ struct _ControlFlowData {
 
 } ;
 
-
 /* Control Flow Data constructor */
-ControlFlowData *guicontrolflow(void);
+ControlFlowData *guicontrolflow(Tab *tab);
 void
 guicontrolflow_destructor_full(ControlFlowData *control_flow_data);
 void
This page took 0.036229 seconds and 4 git commands to generate.