From c30754e2f07d987fa60950bad385261f1144471e Mon Sep 17 00:00:00 2001 From: tick Date: Tue, 4 Dec 2007 07:22:17 +0000 Subject: gsmd: Provide Current Call status (sean_chiang) git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@3557 99fdad57-331a-0410-800a-d7fa5415bdb3 --- include/libgsmd/voicecall.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/libgsmd') diff --git a/include/libgsmd/voicecall.h b/include/libgsmd/voicecall.h index 4141283..2d9609c 100644 --- a/include/libgsmd/voicecall.h +++ b/include/libgsmd/voicecall.h @@ -18,4 +18,7 @@ extern int lgsm_voice_hangup(struct lgsm_handle *lh); /* Send DTMF character during voice call */ extern int lgsm_voice_dtmf(struct lgsm_handle *lh, char dtmf_char); +/* Get call status */ +extern int lgsm_voice_get_status(struct lgsm_handle *lh); + #endif -- cgit v1.2.3