From 2d0db9d817ac2d66b2b49fc9cf0944a84f56f2b9 Mon Sep 17 00:00:00 2001 From: Andras Domokos Date: Fri, 4 Mar 2011 19:12:31 +0200 Subject: [PATCH] voicecall: add SSN function declarations --- include/voicecall.h | 6 ++++++ 1 file changed, 6 insertions(+) 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