6 /* ---------------------------- included header files ---------------------- */
9 /* ---------------------------- global definitions ------------------------- */
11 /* ---------------------------- global macros ------------------------------ */
13 /* ---------------------------- type definitions --------------------------- */
22 /* ---------------------------- forward declarations ----------------------- */
24 /* ---------------------------- exported variables (globals) --------------- */
26 /* ---------------------------- interface functions ------------------------ */
28 int fsm_init(char *module
);
29 void fsm_fdset(fd_set
*in_fdset
);
30 Bool
fsm_process(fd_set
*in_fdset
);
31 void fsm_proxy(Display
*dpy
, Window win
, char *sm
);