resetting manifest requested domain to floor
[platform/upstream/expect.git] / exp_event.h
1 /* exp_event.h - event definitions */
2
3 int exp_get_next_event _ANSI_ARGS_((Tcl_Interp *,ExpState **, int, ExpState **, int, int));
4 int exp_get_next_event_info _ANSI_ARGS_((Tcl_Interp *, ExpState *));
5 int exp_dsleep _ANSI_ARGS_((Tcl_Interp *, double));
6 void exp_init_event _ANSI_ARGS_((void));
7
8 extern void (*exp_event_exit) _ANSI_ARGS_((Tcl_Interp *));
9
10 void exp_event_disarm _ANSI_ARGS_((ExpState *,Tcl_FileProc *));
11 void exp_event_disarm_bg _ANSI_ARGS_((ExpState *));
12 void exp_event_disarm_fg _ANSI_ARGS_((ExpState *));
13
14 void exp_arm_background_channelhandler _ANSI_ARGS_((ExpState *));
15 void exp_disarm_background_channelhandler _ANSI_ARGS_((ExpState *));
16 void exp_disarm_background_channelhandler_force _ANSI_ARGS_((ExpState *));
17 void exp_unblock_background_channelhandler _ANSI_ARGS_((ExpState *));
18 void exp_block_background_channelhandler _ANSI_ARGS_((ExpState *));
19
20 void exp_background_channelhandler _ANSI_ARGS_((ClientData,int));
21