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