summaryrefslogtreecommitdiffstats
path: root/src/stkagent.h
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2010-07-29 23:51:23 -0500
committerDenis Kenzior <denkenz@gmail.com>2010-07-30 17:19:56 -0500
commit3434540d8b4e3692abbe1e171b6a575c6a77c656 (patch)
tree8c07ca3d94845f5f0447cedc2f4705a3d61f2ec8 /src/stkagent.h
parent69ea6cd7a0516d59307b1fb511ffeab77b8b8b81 (diff)
downloadofono-3434540d8b4e3692abbe1e171b6a575c6a77c656.tar.bz2
stkagent: Make DisplayText invocation match API
For now we match the proposed API until we decide that changes are needed.
Diffstat (limited to 'src/stkagent.h')
-rw-r--r--src/stkagent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stkagent.h b/src/stkagent.h
index 0ed056a7..625217ad 100644
--- a/src/stkagent.h
+++ b/src/stkagent.h
@@ -73,7 +73,7 @@ int stk_agent_request_selection(struct stk_agent *agent,
int stk_agent_display_text(struct stk_agent *agent, const char *text,
uint8_t icon_id, ofono_bool_t urgent,
- ofono_bool_t ack, stk_agent_display_text_cb cb,
+ stk_agent_display_text_cb cb,
void *user_data, int timeout);
void append_menu_items_variant(DBusMessageIter *iter,