summaryrefslogtreecommitdiff
path: root/src/stkagent.h
diff options
context:
space:
mode:
authorPhilippe Nunes <philippe.nunes@linux.intel.com>2011-04-08 18:33:26 +0200
committerDenis Kenzior <denkenz@gmail.com>2011-04-11 23:16:56 -0500
commitbcd8608f95e558cc98429aa87a21ab25a7cf2060 (patch)
tree2d6fbbbf57401b024fe1437109178ef1a247eeae /src/stkagent.h
parente9f12d76208a86ffb19469916a9e24966a98d744 (diff)
downloadofono-bcd8608f95e558cc98429aa87a21ab25a7cf2060.tar.gz
stkagent: Add ConfirmOpenChannel method
Diffstat (limited to 'src/stkagent.h')
-rw-r--r--src/stkagent.h7
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);