initial control flow viewer structure rework
[lttv.git] / ltt / branches / poly / lttv / modules / guiControlFlow / CFV.h
1 #ifndef _CFV_H
2 #define _CFV_H
3
4 typedef struct _ControlFlowData ControlFlowData;
5
6 /* Control Flow Data constructor */
7 ControlFlowData *GuiControlFlow(void);
8
9
10 #endif // _CFV_H
This page took 0.028574 seconds and 4 git commands to generate.