summaryrefslogtreecommitdiffstats
path: root/include/cdma-voicecall.h
diff options
context:
space:
mode:
authorCaiwen Zhang <caiwen.zhang@windriver.com>2011-08-12 17:19:46 +0800
committerDenis Kenzior <denkenz@gmail.com>2011-08-15 00:53:04 -0500
commit949f0ad44756cebf5dc8e5cb54ea23fb4bb23684 (patch)
treea9aa56f3151a657c48ff2ed98ea6d40db6a05fc2 /include/cdma-voicecall.h
parente2be184afbd88cac07e086f5d9ae07133077ae95 (diff)
downloadofono-949f0ad44756cebf5dc8e5cb54ea23fb4bb23684.tar.bz2
include: Add send_flash 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 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,