From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============0179088863168309279==" MIME-Version: 1.0 From: Jeevaka Badrappan Subject: [PATCH 1/4] include: Add driver api for user confirmation Date: Fri, 15 Jul 2011 05:42:11 -0700 Message-ID: <1310733734-4206-2-git-send-email-jeevaka.badrappan@linux.intel.com> In-Reply-To: <1310733734-4206-1-git-send-email-jeevaka.badrappan@linux.intel.com> List-Id: To: ofono@ofono.org --===============0179088863168309279== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable --- include/stk.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/stk.h b/include/stk.h index c276c84..60636b5 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); -- = 1.7.4.1 --===============0179088863168309279==--