summaryrefslogtreecommitdiffstats
path: root/include/cdma-voicecall.h
diff options
context:
space:
mode:
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,