diff -r 0e623bbdee95 -r 85af9521bf63 stage1_2/stage1_2_priv.hh --- a/stage1_2/stage1_2_priv.hh Sun Oct 28 22:03:27 2007 +0100 +++ b/stage1_2/stage1_2_priv.hh Sun Oct 28 22:44:20 2007 +0100 @@ -99,6 +99,14 @@ void rst_goto_sfc_qualifier_state(void); +/*********************************************************/ +/* Controlling the entry to the task_init_state in flex. */ +/*********************************************************/ +void cmd_goto_task_init_state(void); +int get_goto_task_init_state(void); +void rst_goto_task_init_state(void); + + /****************************************************************/ /* Returning to state in flex previously pushed onto the stack. */ /****************************************************************/