summaryrefslogtreecommitdiffstats
path: root/include/cdma-voicecall.h
diff options
context:
space:
mode:
authorCaiwen Zhang <caiwen.zhang@windriver.com>2011-08-12 17:20:00 +0800
committerDenis Kenzior <denkenz@gmail.com>2011-08-15 00:55:09 -0500
commitb24ccd3f849460394ef41ae415d8d166cb2b662c (patch)
tree8424e94dcd75cc9bd651a963bd2e071fdf4fb091 /include/cdma-voicecall.h
parentfbf909fad44da2245ada23a4f90f3920ab49e633 (diff)
downloadofono-b24ccd3f849460394ef41ae415d8d166cb2b662c.tar.bz2
include: Add send_tones to cdma voicecall driver API
Diffstat (limited to 'include/cdma-voicecall.h')
-rw-r--r--include/cdma-voicecall.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/cdma-voicecall.h b/include/cdma-voicecall.h
index b170e393..f12e0b69 100644
--- a/include/cdma-voicecall.h
+++ b/include/cdma-voicecall.h
@@ -61,6 +61,9 @@ struct ofono_cdma_voicecall_driver {
void (*send_flash)(struct ofono_cdma_voicecall *vc, const char *string,
ofono_cdma_voicecall_cb_t cb, void *data);
+
+ void (*send_tones)(struct ofono_cdma_voicecall *vc, const char *tones,
+ ofono_cdma_voicecall_cb_t cb, void *data);
};
void ofono_cdma_voicecall_disconnected(struct ofono_cdma_voicecall *vc,