diff options
Diffstat (limited to 'src/stkagent.h')
-rw-r--r-- | src/stkagent.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/stkagent.h b/src/stkagent.h index 4b5d0a6a..5e814855 100644 --- a/src/stkagent.h +++ b/src/stkagent.h @@ -156,3 +156,10 @@ int stk_agent_display_action(struct stk_agent *agent, const char *text, stk_agent_display_action_cb cb, void *user_data, ofono_destroy_func destroy); + +int stk_agent_confirm_open_channel(struct stk_agent *agent, const char *text, + const struct stk_icon_id *icon, + stk_agent_confirmation_cb cb, + void *user_data, + ofono_destroy_func destroy, + int timeout); |