summaryrefslogtreecommitdiffstats
path: root/audio/telephony.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2008-09-11 15:22:00 +0300
committerJohan Hedberg <johan.hedberg@nokia.com>2008-09-11 15:22:00 +0300
commitb8e38926181408cd9b2ea93aa6015aaeee2399b2 (patch)
treeb4d2ba6510cbb8b3b9abd7cde460e5594fb9a19a /audio/telephony.h
parent0b3d10c5ef6262410e6799ee3e2037c4441b563d (diff)
Implement support for subscriber number request (AT+CNUM)
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 94df9d2a..e2e208ae 100644
--- a/audio/telephony.h
+++ b/audio/telephony.h
@@ -95,6 +95,8 @@ int telephony_ready_ind(uint32_t features, const struct indicator *indicators,
int telephony_transmit_dtmf_req(char tone);
+int telephony_subscriber_number_req(void);
+
/* Helper function for quick indicator updates */
static inline int telephony_update_indicator(struct indicator *indicators,
const char *desc,