summaryrefslogtreecommitdiffstats
path: root/audio/telephony.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2008-09-05 15:41:57 +0300
committerJohan Hedberg <johan.hedberg@nokia.com>2008-09-05 15:41:57 +0300
commit96cdd87ef17d72053261da7a979ec8627e0a5cd8 (patch)
tree12b2c0a470404bca343e3793068eb6c25ba69138 /audio/telephony.h
parent6a2ff7dbf3f3b15b0cac10c64ddc82ecf23be68d (diff)
Implement call notification
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);