From b24ccd3f849460394ef41ae415d8d166cb2b662c Mon Sep 17 00:00:00 2001 From: Caiwen Zhang Date: Fri, 12 Aug 2011 17:20:00 +0800 Subject: [PATCH] include: Add send_tones to cdma voicecall driver API --- include/cdma-voicecall.h | 3 +++ 1 file changed, 3 insertions(+) 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,