diff options
Diffstat (limited to 'src/ofono.h')
-rw-r--r-- | src/ofono.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ofono.h b/src/ofono.h index 656d0d71..d95f2f21 100644 --- a/src/ofono.h +++ b/src/ofono.h @@ -183,7 +183,9 @@ enum ofono_voicecall_interaction { typedef void (*ofono_voicecall_dial_cb_t)(struct ofono_call *call, void *data); -ofono_bool_t __ofono_voicecall_busy(struct ofono_voicecall *vc); +ofono_bool_t __ofono_voicecall_is_busy(struct ofono_voicecall *vc, + enum ofono_voicecall_interaction type); + int __ofono_voicecall_dial(struct ofono_voicecall *vc, const char *addr, int addr_type, const char *message, unsigned char icon_id, |