From 949f0ad44756cebf5dc8e5cb54ea23fb4bb23684 Mon Sep 17 00:00:00 2001 From: Caiwen Zhang Date: Fri, 12 Aug 2011 17:19:46 +0800 Subject: include: Add send_flash to cdma voicecall driver API --- include/cdma-voicecall.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/cdma-voicecall.h') diff --git a/include/cdma-voicecall.h b/include/cdma-voicecall.h index 6f774623..b170e393 100644 --- a/include/cdma-voicecall.h +++ b/include/cdma-voicecall.h @@ -58,6 +58,9 @@ struct ofono_cdma_voicecall_driver { void (*answer)(struct ofono_cdma_voicecall *vc, ofono_cdma_voicecall_cb_t cb, void *data); + + void (*send_flash)(struct ofono_cdma_voicecall *vc, const char *string, + ofono_cdma_voicecall_cb_t cb, void *data); }; void ofono_cdma_voicecall_disconnected(struct ofono_cdma_voicecall *vc, -- cgit v1.2.3