diff options
author | Caiwen Zhang <caiwen.zhang@windriver.com> | 2011-08-12 17:19:09 +0800 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2011-08-15 00:49:40 -0500 |
commit | 06d45196a8f1e3617c529f9b008d4fa67f84aa92 (patch) | |
tree | bd781f0ec570bd5ee5feca0f1768abbc2ed6476e /include/cdma-voicecall.h | |
parent | de9706cc06377d0f8aca498ba1d557aa14d1fd12 (diff) | |
download | ofono-06d45196a8f1e3617c529f9b008d4fa67f84aa92.tar.gz |
include: Add cdma-voicecall answer driver API
Diffstat (limited to 'include/cdma-voicecall.h')
-rw-r--r-- | include/cdma-voicecall.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/cdma-voicecall.h b/include/cdma-voicecall.h index 9e741da3..6f774623 100644 --- a/include/cdma-voicecall.h +++ b/include/cdma-voicecall.h @@ -55,6 +55,9 @@ struct ofono_cdma_voicecall_driver { /* Hangs up active, dialing, alerting or incoming calls */ void (*hangup)(struct ofono_cdma_voicecall *vc, ofono_cdma_voicecall_cb_t cb, void *data); + + void (*answer)(struct ofono_cdma_voicecall *vc, + ofono_cdma_voicecall_cb_t cb, void *data); }; void ofono_cdma_voicecall_disconnected(struct ofono_cdma_voicecall *vc, |