summaryrefslogtreecommitdiffstats
path: root/include/voicecall.h
diff options
context:
space:
mode:
authorAndras Domokos <Andras.Domokos@nokia.com>2011-03-04 19:12:31 +0200
committerDenis Kenzior <denkenz@gmail.com>2011-03-11 13:11:44 -0600
commit2d0db9d817ac2d66b2b49fc9cf0944a84f56f2b9 (patch)
treed10cc9b596d4dca4963e2ea04b35e2d0f918df02 /include/voicecall.h
parent4a36b93d6ab0991801eb099a95b585dc24a541fe (diff)
downloadofono-2d0db9d817ac2d66b2b49fc9cf0944a84f56f2b9.tar.bz2
voicecall: add SSN function declarations
Diffstat (limited to 'include/voicecall.h')
-rw-r--r--include/voicecall.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/voicecall.h b/include/voicecall.h
index f00eb080..5e6da021 100644
--- a/include/voicecall.h
+++ b/include/voicecall.h
@@ -160,6 +160,12 @@ void ofono_voicecall_set_data(struct ofono_voicecall *vc, void *data);
void *ofono_voicecall_get_data(struct ofono_voicecall *vc);
int ofono_voicecall_get_next_callid(struct ofono_voicecall *vc);
+void ofono_voicecall_ssn_mo_notify(struct ofono_voicecall *vc, unsigned int id,
+ int code, int index);
+void ofono_voicecall_ssn_mt_notify(struct ofono_voicecall *vc, unsigned int id,
+ int code, int index,
+ const struct ofono_phone_number *ph);
+
#ifdef __cplusplus
}
#endif