From a8acaf59d34f40ae9ba7b83b4bf1ca30f083a0d9 Mon Sep 17 00:00:00 2001 From: Frédéric Danis Date: Wed, 13 Apr 2011 18:05:30 +0200 Subject: voicecall: add API to find call by status --- src/ofono.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/ofono.h') diff --git a/src/ofono.h b/src/ofono.h index 156bc404..82d7e347 100644 --- a/src/ofono.h +++ b/src/ofono.h @@ -270,6 +270,9 @@ int __ofono_voicecall_tone_send(struct ofono_voicecall *vc, ofono_voicecall_tone_cb_t cb, void *user_data); void __ofono_voicecall_tone_cancel(struct ofono_voicecall *vc, int id); +struct ofono_call *__ofono_voicecall_find_call_with_status( + struct ofono_voicecall *vc, int status); + #include struct sms; -- cgit v1.2.3