diff options
author | erin_yueh <erin_yueh@99fdad57-331a-0410-800a-d7fa5415bdb3> | 2008-01-10 05:14:53 +0000 |
---|---|---|
committer | erin_yueh <erin_yueh@99fdad57-331a-0410-800a-d7fa5415bdb3> | 2008-01-10 05:14:53 +0000 |
commit | fbc0b497567fecd2818f4a497843f62d1be6d70c (patch) | |
tree | a08697bc3dcd3dbe25df196c19c788aa8bb8a6c5 /include/libgsmd | |
parent | 9567f52dbf14097d8e19d0d858594d971aa725ec (diff) |
gsmd: eliminate gcc warnings (Erin Yueh)
git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@3807 99fdad57-331a-0410-800a-d7fa5415bdb3
Diffstat (limited to 'include/libgsmd')
-rw-r--r-- | include/libgsmd/misc.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/libgsmd/misc.h b/include/libgsmd/misc.h index 088f624..5ac9bdb 100644 --- a/include/libgsmd/misc.h +++ b/include/libgsmd/misc.h @@ -71,5 +71,8 @@ extern int lgsm_get_subscriber_num(struct lgsm_handle *lh); /* Retrieve IMSI information */ extern int lgsm_get_imsi(struct lgsm_handle *lh); - +/* Set voice mail number */ +extern int lgsm_voicemail_set(struct lgsm_handle *lh, const char *number); +/* Get currently configured voice mail number */ +extern int lgsm_voicemail_get(struct lgsm_handle *lh); #endif |