X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2FguiControlFlow%2FCFV.h;h=1855fb2731135a1a137df0fd17ce7f9e5bb4c729;hb=fa2c4dbef9d6f7f509a1d13ca8b7d16f95236100;hp=9088e6e1328eb9d5d7759c9f9f5095f1c082f2f4;hpb=1ab818de1d890bf716413090d943858bfef8d3d3;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/guiControlFlow/CFV.h b/ltt/branches/poly/lttv/modules/guiControlFlow/CFV.h index 9088e6e1..1855fb27 100644 --- a/ltt/branches/poly/lttv/modules/guiControlFlow/CFV.h +++ b/ltt/branches/poly/lttv/modules/guiControlFlow/CFV.h @@ -8,6 +8,8 @@ typedef struct _ControlFlowData ControlFlowData; /* Control Flow Data constructor */ ControlFlowData *GuiControlFlow(void); void +GuiControlFlow_Destructor_Full(ControlFlowData *Control_Flow_Data); +void GuiControlFlow_Destructor(ControlFlowData *Control_Flow_Data); GtkWidget *GuiControlFlow_get_Widget(ControlFlowData *Control_Flow_Data);