voicecall: add SSN function declarations
authorAndras Domokos <Andras.Domokos@nokia.com>
Fri, 4 Mar 2011 17:12:31 +0000 (19:12 +0200)
committerDenis Kenzior <denkenz@gmail.com>
Fri, 11 Mar 2011 19:11:44 +0000 (13:11 -0600)
include/voicecall.h

index f00eb08..5e6da02 100644 (file)
@@ -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