summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 9e741da3..6f774623 100644
--- a/include/cdma-voicecall.h
+++ b/include/cdma-voicecall.h
@@ -55,6 +55,9 @@ struct ofono_cdma_voicecall_driver {
/* Hangs up active, dialing, alerting or incoming calls */
void (*hangup)(struct ofono_cdma_voicecall *vc,
ofono_cdma_voicecall_cb_t cb, void *data);
+
+ void (*answer)(struct ofono_cdma_voicecall *vc,
+ ofono_cdma_voicecall_cb_t cb, void *data);
};
void ofono_cdma_voicecall_disconnected(struct ofono_cdma_voicecall *vc,