summaryrefslogtreecommitdiffstats
path: root/audio/telephony.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2008-09-05 15:12:21 +0300
committerJohan Hedberg <johan.hedberg@nokia.com>2008-09-05 15:12:21 +0300
commit32fc3fa8a5b2d0da00910390e7fef03b568a6b61 (patch)
tree0fa541214fbbc1f9cc1bca36db8cea9ed07505e9 /audio/telephony.h
parent2f744156467aac007834f602f211a2b4e882f144 (diff)
Implement support for placing calls (ATD)
Diffstat (limited to 'audio/telephony.h')
-rw-r--r--audio/telephony.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/telephony.h b/audio/telephony.h
index bdadb259..8334a3e1 100644
--- a/audio/telephony.h
+++ b/audio/telephony.h
@@ -76,6 +76,8 @@ int telephony_terminate_call(void);
int telephony_answer_call(void);
+int telephony_dial_number(const char *number);
+
int telephony_ready(uint32_t features, const struct indicator *indicators,
int rh);