diff options
author | Denis Kenzior <denkenz@gmail.com> | 2010-05-13 15:36:35 -0500 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2010-05-13 15:36:35 -0500 |
commit | ecf0c990cf02fca887e8a0bebca1ebf03741fac0 (patch) | |
tree | aea288065b6ff8ae4d23f9c0c1c8c29348975b7e | |
parent | 4c7b877e8ca3e0e35970cfc5d0b3be9c655f113c (diff) | |
download | ofono-ecf0c990cf02fca887e8a0bebca1ebf03741fac0.tar.bz2 |
stkutil: reorder command struct order
-rw-r--r-- | src/stkutil.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |