summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSlava Monich <slava.monich@jolla.com>2018-06-20 18:06:41 +0300
committerDenis Kenzior <denkenz@gmail.com>2018-06-25 10:26:20 -0500
commit1cff977b674b089cd3f6f2ada08ccb0c97a65aff (patch)
tree816a016a7f9109a8d7113cb55a4d99f18875f82b /include
parent08796aa39186568402dd657704151079f1105dae (diff)
downloadofono-1cff977b674b089cd3f6f2ada08ccb0c97a65aff.tar.gz
include: Add ofono_voicecall_get_modem
Diffstat (limited to 'include')
-rw-r--r--include/voicecall.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/voicecall.h b/include/voicecall.h
index 5b3da6a6..a704b655 100644
--- a/include/voicecall.h
+++ b/include/voicecall.h
@@ -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);