include: Add send_tones to cdma voicecall driver API
authorCaiwen Zhang <caiwen.zhang@windriver.com>
Fri, 12 Aug 2011 09:20:00 +0000 (17:20 +0800)
committerDenis Kenzior <denkenz@gmail.com>
Mon, 15 Aug 2011 05:55:09 +0000 (00:55 -0500)
include/cdma-voicecall.h

index b170e39..f12e0b6 100644 (file)
@@ -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,