voicecall: add SSN function declarations

This commit is contained in:
Andras Domokos 2011-03-04 19:12:31 +02:00 committed by Denis Kenzior
parent 4a36b93d6a
commit 2d0db9d817
1 changed files with 6 additions and 0 deletions

View 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