summaryrefslogtreecommitdiffstats
path: root/include/stk.h
diff options
context:
space:
mode:
authorJeevaka Badrappan <jeevaka.badrappan@linux.intel.com>2011-07-15 05:42:11 -0700
committerDenis Kenzior <denkenz@gmail.com>2011-07-15 09:30:07 -0500
commit00d16d1387371d0a2e2ad3b171bcfd5d3b3583ef (patch)
tree420e9c09a145b9f32a1244affa277e97930d66c4 /include/stk.h
parentfd47c3a502f7ad770cfbe73c7ef6f655f3402ac1 (diff)
downloadofono-00d16d1387371d0a2e2ad3b171bcfd5d3b3583ef.tar.bz2
include: Add driver api for user confirmation
Diffstat (limited to 'include/stk.h')
-rw-r--r--include/stk.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/stk.h b/include/stk.h
index c276c84f..60636b57 100644
--- a/include/stk.h
+++ b/include/stk.h
@@ -47,6 +47,7 @@ struct ofono_stk_driver {
void (*terminal_response)(struct ofono_stk *stk,
int length, const unsigned char *resp,
ofono_stk_generic_cb_t cb, void *data);
+ void (*user_confirmation)(struct ofono_stk *stk, ofono_bool_t confirm);
};
int ofono_stk_driver_register(const struct ofono_stk_driver *d);