diff options
author | Andrzej Zaborowski <andrew.zaborowski@intel.com> | 2009-05-12 17:36:49 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel.holtmann@intel.com> | 2009-05-12 19:09:57 -0700 |
commit | e63c82e6484cf8ec25222bdb1850c74553fbd8d4 (patch) | |
tree | b12f1ea6482dbc76329ea95f7ea42716056f2ad6 /src/voicecall.c | |
parent | 8d628ef7f4211e1bfb647d9129ed6ebbe1a61d0e (diff) | |
download | ofono-e63c82e6484cf8ec25222bdb1850c74553fbd8d4.tar.bz2 |
Add an API for a CSSI/CSSU notifications.
Diffstat (limited to 'src/voicecall.c')
-rw-r--r-- | src/voicecall.c | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/src/voicecall.c b/src/voicecall.c index f649a910..6d9ba87e 100644 --- a/src/voicecall.c +++ b/src/voicecall.c @@ -37,6 +37,7 @@ #include "common.h" #include "dbus-gsm.h" #include "modem.h" +#include "cssn.h" #define VOICECALL_MANAGER_INTERFACE "org.ofono.VoiceCallManager" #define VOICECALL_INTERFACE "org.ofono.VoiceCall" @@ -1301,17 +1302,6 @@ err: g_free(v); } -void ofono_voicecall_cssi(struct ofono_modem *modem, int code, int index) -{ - -} - -void ofono_voicecall_cssu(struct ofono_modem *modem, int code, int index, - const char *number, int number_type) -{ - -} - static void generic_callback(const struct ofono_error *error, void *data) { struct voicecalls_data *calls = data; |