Hi Frédéric, On 04/07/2011 11:33 AM, Frédéric Danis wrote: > --- > include/emulator.h | 3 +++ > 1 files changed, 3 insertions(+), 0 deletions(-) > > diff --git a/include/emulator.h b/include/emulator.h > index 5cd894b..55e3b9c 100644 > --- a/include/emulator.h > +++ b/include/emulator.h > @@ -105,6 +105,9 @@ enum ofono_emulator_request_type ofono_emulator_request_get_type( > void ofono_emulator_set_indicator(struct ofono_emulator *em, > const char *name, int value); > > +void ofono_emulator_incoming_call(struct ofono_emulator *em, > + struct ofono_call *call); > + I don't like this. I'd rather we add struct ofono_call *__ofono_voicecall_find_call_with_status(struct ofono_voicecall *vc, int status) to ofono.h/voiecall.c > #ifdef __cplusplus > } > #endif Regards, -Denis