include: Add ofono_voicecall_get_modem

This commit is contained in:
Slava Monich 2018-06-20 18:06:41 +03:00 committed by Denis Kenzior
parent 08796aa391
commit 1cff977b67
1 changed files with 2 additions and 0 deletions

View File

@ -160,6 +160,8 @@ void ofono_voicecall_disconnected(struct ofono_voicecall *vc, int id,
*/
void ofono_voicecall_mpty_hint(struct ofono_voicecall *vc, unsigned int ids);
struct ofono_modem *ofono_voicecall_get_modem(struct ofono_voicecall *vc);
int ofono_voicecall_driver_register(const struct ofono_voicecall_driver *d);
void ofono_voicecall_driver_unregister(const struct ofono_voicecall_driver *d);