X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2FguiControlFlow%2FEvent_Hooks.h;h=441a4a5138b79f64c335dcb02ba8cc602da011df;hb=1ab818de1d890bf716413090d943858bfef8d3d3;hp=c279f88b5ee0b2ebf8e0893c7f84af5b32bd64b8;hpb=f0d936c08dae39e9a913357a49885b4937aca847;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/guiControlFlow/Event_Hooks.h b/ltt/branches/poly/lttv/modules/guiControlFlow/Event_Hooks.h index c279f88b..441a4a51 100644 --- a/ltt/branches/poly/lttv/modules/guiControlFlow/Event_Hooks.h +++ b/ltt/branches/poly/lttv/modules/guiControlFlow/Event_Hooks.h @@ -2,7 +2,10 @@ #ifndef _EVENT_HOOKS_H #define _EVENT_HOOKS_H -GtkWidget *hGuiControlFlow(GtkWidget *pmParentWindow); +#include +#include + +GtkWidget *hGuiControlFlow(mainWindow *pmParentWindow); int Event_Selected_Hook(void *hook_data, void *call_data);