aboutsummaryrefslogtreecommitdiff
path: root/src/mm-iface-modem-voice.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2019-06-07 18:06:42 +0200
committerAleksander Morgado <aleksander@aleksander.es>2019-07-11 23:00:50 +0200
commitd9a7b403eeb12b22f9d63aae9c6956d735cdd97a (patch)
treef0fe1060c182fe3712f9dd5c6cdd98cd650719b8 /src/mm-iface-modem-voice.h
parentd3ef177f532101dfd8db8415ce57091154d5e97d (diff)
iface-modem-voice: allow creating incoming calls in waiting state
Diffstat (limited to 'src/mm-iface-modem-voice.h')
-rw-r--r--src/mm-iface-modem-voice.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mm-iface-modem-voice.h b/src/mm-iface-modem-voice.h
index e82c546a..66204eef 100644
--- a/src/mm-iface-modem-voice.h
+++ b/src/mm-iface-modem-voice.h
@@ -120,6 +120,7 @@ void mm_iface_modem_voice_bind_simple_status (MMIfaceModemVoice *self,
/* Incoming call management */
void mm_iface_modem_voice_report_incoming_call (MMIfaceModemVoice *self,
- const gchar *number);
+ const gchar *number,
+ MMCallState state);
#endif /* MM_IFACE_MODEM_VOICE_H */