Default to hfp modem when no args are passed
[profile/ivi/lemolo.git] / dialer / callscreen.h
1 #ifndef _EFL_OFONO_CALLSCREEN_H__
2 #define _EFL_OFONO_CALLSCREEN_H__ 1
3
4 #include "ofono.h"
5
6 Evas_Object *callscreen_add(Evas_Object *parent);
7 void callscreen_call_add(Evas_Object *obj, OFono_Call *call);
8 #endif