summaryrefslogtreecommitdiffstats
path: root/audio/telephony.h
diff options
context:
space:
mode:
Diffstat (limited to 'audio/telephony.h')
-rw-r--r--audio/telephony.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/telephony.h b/audio/telephony.h
index 8334a3e1..ea4b2eac 100644
--- a/audio/telephony.h
+++ b/audio/telephony.h
@@ -78,6 +78,10 @@ int telephony_answer_call(void);
int telephony_dial_number(const char *number);
+int telephony_notify_call(const char *number);
+
+int telephony_stop_calling(void);
+
int telephony_ready(uint32_t features, const struct indicator *indicators,
int rh);