From ecf0c990cf02fca887e8a0bebca1ebf03741fac0 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Thu, 13 May 2010 15:36:35 -0500 Subject: stkutil: reorder command struct order --- src/stkutil.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/stkutil.h b/src/stkutil.h index d18ada95..4adbe6b7 100644 --- a/src/stkutil.h +++ b/src/stkutil.h @@ -978,11 +978,11 @@ struct stk_command { struct stk_command_get_input get_input; struct stk_command_play_tone play_tone; struct stk_command_poll_interval poll_interval; + struct stk_command_refresh refresh; struct stk_command_setup_menu setup_menu; struct stk_command_select_item select_item; struct stk_command_send_sms send_sms; struct stk_command_setup_call setup_call; - struct stk_command_refresh refresh; struct stk_command_setup_event_list setup_event_list; struct stk_command_perform_card_apdu perform_card_apdu; struct stk_command_timer_mgmt timer_mgmt; -- cgit v1.2.3